MCPcopy 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

644impl PyPayload for Frame {
645 #[inline]
646 fn class(ctx: &Context) -> &'static Py<PyType> {
647 ctx.types.frame_type
648 }
649}
650
651unsafe impl Traverse for Frame {

Callers 13

with_execMethod · 0.45
fire_exception_traceMethod · 0.45
execute_instructionMethod · 0.45
get_awaitable_iterMethod · 0.45
collect_ex_argsMethod · 0.45
execute_unpack_exMethod · 0.45
unpack_sequenceMethod · 0.45
specialize_load_attrMethod · 0.45
specialize_binary_opMethod · 0.45
specialize_callMethod · 0.45
specialize_to_boolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected