Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ null
Method
null
crates/wasm/src/js_module.rs:101–103 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
99
100
#[pymethod]
101
fn null(&self) -> PyJsValue {
102
PyJsValue::new(JsValue::NULL)
103
}
104
105
#[pymethod]
106
fn undefined(&self) -> PyJsValue {
Callers
1
browser.py
File · 0.45
Calls
1
new
Function · 0.85
Tested by
no test coverage detected