MCPcopy Create free account
hub / github.com/RustPython/RustPython / class

Method class

crates/vm/src/exceptions.rs:45–47  ·  view source on GitHub ↗
(ctx: &Context)

Source from the content-addressed store, hash-verified

43impl PyPayload for PyBaseException {
44 #[inline]
45 fn class(ctx: &Context) -> &'static Py<PyType> {
46 ctx.exceptions.base_exception_type
47 }
48}
49
50impl VirtualMachine {

Callers 7

write_exception_innerMethod · 0.45
split_exceptionMethod · 0.45
__reduce__Method · 0.45
repr_strMethod · 0.45
serializeMethod · 0.45
slot_initMethod · 0.45
exception_group_matchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected