Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_object
Method
as_object
crates/vm/src/frame.rs:540–542 ·
view source on GitHub ↗
(&self, vm: &VirtualMachine)
Source
from the content-addressed store, hash-verified
538
}
539
540
pub fn as_object(&self, vm: &VirtualMachine) -> &PyObject {
541
self.get_or_create(vm).obj()
542
}
543
}
544
545
impl fmt::Debug for FrameLocals {
Callers
15
bench_rustpython_code
Function · 0.45
get_available_completions
Method · 0.45
py_err_to_js_err
Function · 0.45
_wrap_socket
Method · 0.45
_wrap_bio
Method · 0.45
set_verify_error_info
Function · 0.45
delete
Method · 0.45
generate_hash
Method · 0.45
get
Method · 0.45
repr_wtf8
Method · 0.45
repr_str
Method · 0.45
del
Method · 0.45
Calls
2
get_or_create
Method · 0.80
obj
Method · 0.45
Tested by
no test coverage detected