Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/python/mod.ts>PyObject#call

🐍 Python interpreter bindings for Deno.
Go to Latest
method PyObject.prototype.call
import { PyObject } from "https://deno.land/x/python@0.2.3/mod.ts";

Call the PyObject as a Python function.

Parameters

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