Skip to main content
Module

x/python/mod.ts>PyObject#asArray

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

Casts a List Python object as JS Array value.