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

Method detached

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

Source from the content-addressed store, hash-verified

352 }
353 #[pygetset]
354 fn detached(&self) -> bool {
355 self.detached.get()
356 }
357
358 #[pymethod]
359 fn destroy(&self, vm: &VirtualMachine) -> PyResult<()> {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected