MCPcopy Index your code
hub / github.com/RustPython/RustPython / is_object

Method is_object

crates/wasm/src/js_module.rs:256–258  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

254 /// of `value.typeof() == "object"`
255 #[pymethod]
256 fn is_object(&self) -> bool {
257 self.value.is_object()
258 }
259
260 #[pymethod]
261 fn instanceof(&self, rhs: PyJsValueRef, vm: &VirtualMachine) -> PyResult<bool> {

Callers 2

run_pyFunction · 0.80
js_to_pyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected