Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/python/src/python.ts>PythonProxy

🐍 Python interpreter bindings for Deno.
Go to Latest
interface PythonProxy
import { type PythonProxy } from "https://deno.land/x/python@0.2.3/src/python.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