Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_ref
Method
as_ref
crates/wasm/src/js_module.rs:65–67 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
63
64
impl AsRef<JsValue> for PyJsValue {
65
fn as_ref(&self) -> &JsValue {
66
&self.value
67
}
68
}
69
70
enum JsProperty {
Callers
8
construct
Method · 0.45
new
Method · 0.45
value
Method · 0.45
get_vm_id
Function · 0.45
py_err_to_js_err
Function · 0.45
py_to_js
Function · 0.45
fetch
Function · 0.45
request_animation_frame
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected