Skip to main content
Module

x/python/mod.ts>PythonJSCallback

🐍 Python interpreter bindings for Deno.
Go to Latest
type alias PythonJSCallback
import { type PythonJSCallback } from "https://deno.land/x/python@0.2.1/mod.ts";
definition: (kwargs: any, ...args: any[]) => PythonConvertible