Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ class
Method
class
crates/vm/src/builtins/super.rs:43–45 ·
view source on GitHub ↗
(ctx: &Context)
Source
from the content-addressed store, hash-verified
41
impl PyPayload for PySuper {
42
#[inline]
43
fn class(ctx: &Context) -> &'static Py<PyType> {
44
ctx.types.super_type
45
}
46
}
47
48
impl Constructor for PySuper {
Callers
2
descr_get
Method · 0.45
super_check
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected