MCPcopy 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
545impl fmt::Debug for FrameLocals {

Callers 15

bench_rustpython_codeFunction · 0.45
py_err_to_js_errFunction · 0.45
_wrap_socketMethod · 0.45
_wrap_bioMethod · 0.45
set_verify_error_infoFunction · 0.45
deleteMethod · 0.45
generate_hashMethod · 0.45
getMethod · 0.45
repr_wtf8Method · 0.45
repr_strMethod · 0.45
delMethod · 0.45

Calls 2

get_or_createMethod · 0.80
objMethod · 0.45

Tested by

no test coverage detected