Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_frame
Method · 0.80
is_filename_to_skip
Function · 0.80
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected