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

Method undefined

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

Source from the content-addressed store, hash-verified

104
105 #[pymethod]
106 fn undefined(&self) -> PyJsValue {
107 PyJsValue::new(JsValue::UNDEFINED)
108 }
109
110 #[pymethod]
111 fn new_from_str(&self, s: PyStrRef) -> PyJsValue {

Callers 1

browser.pyFile · 0.80

Calls 1

newFunction · 0.85

Tested by

no test coverage detected