Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.3.1/mod.ts";
definition: (kwargs: any, ...args: any[]) => PythonConvertible