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

x/python/mod.ts>Python#import

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

Import a Python module as a proxy object.

Parameters

name: string