Skip to main content
Module

x/python/mod.ts>PythonProxy

🐍 Python interpreter bindings for Deno.
Go to Latest
interface PythonProxy
import { type PythonProxy } from "https://deno.land/x/python@0.2.5/mod.ts";

Proxied Python object.

When an object implements this interface, the object will not be converted to a Python Object and the original PyObject will be used.

Properties

[ProxiedPyObject]: PyObject