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

x/python/mod.ts>PyObject#isInstance

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

Calls Python isinstance function.

Returns

boolean