Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/python/mod.ts>PyObject#call

๐Ÿ Python interpreter bindings for Deno and Bun.
Latest
method PyObject.prototype.call
import { PyObject } from "https://deno.land/x/python@0.4.3/mod.ts";

Call the PyObject as a Python function.

Parameters

optional
positional: (PythonConvertible | NamedArgument)[] = [UNSUPPORTED]
optional
named: Record<string, PythonConvertible> = [UNSUPPORTED]