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

x/python/mod.ts>PyObject#asSet

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

Casts a Set Python object as JS Set object.