Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
impl PyPayload for PyBaseException {
44
#[inline]
45
fn class(ctx: &Context) -> &'static Py<PyType> {
46
ctx.exceptions.base_exception_type
47
}
48
}
49
50
impl VirtualMachine {
Callers
7
write_exception_inner
Method · 0.45
split_exception
Method · 0.45
__reduce__
Method · 0.45
repr_str
Method · 0.45
serialize
Method · 0.45
slot_init
Method · 0.45
exception_group_match
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected