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

x/python/mod.ts>PyObject#asLong

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

Casts a Int Python object as JS Number value.