Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ class
Method
class
crates/vm/src/frame.rs:646–648 ·
view source on GitHub ↗
(ctx: &Context)
Source
from the content-addressed store, hash-verified
644
impl PyPayload for Frame {
645
#[inline]
646
fn class(ctx: &Context) -> &'static Py<PyType> {
647
ctx.types.frame_type
648
}
649
}
650
651
unsafe impl Traverse for Frame {
Callers
13
with_exec
Method · 0.45
fire_exception_trace
Method · 0.45
execute_instruction
Method · 0.45
get_awaitable_iter
Method · 0.45
collect_ex_args
Method · 0.45
execute_unpack_ex
Method · 0.45
unpack_sequence
Method · 0.45
specialize_load_attr
Method · 0.45
specialize_class_load_attr
Method · 0.45
specialize_binary_op
Method · 0.45
specialize_call
Method · 0.45
specialize_to_bool
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected