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

Method f_code

crates/vm/src/builtins/frame.rs:464–466  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

462
463 #[pygetset]
464 pub fn f_code(&self) -> PyRef<PyCode> {
465 self.code.clone()
466 }
467
468 #[pygetset]
469 fn f_lasti(&self) -> u32 {

Callers 2

is_internal_frameMethod · 0.80
is_filename_to_skipFunction · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected