MCPcopy 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

41impl PyPayload for PySuper {
42 #[inline]
43 fn class(ctx: &Context) -> &'static Py<PyType> {
44 ctx.types.super_type
45 }
46}
47
48impl Constructor for PySuper {

Callers 2

descr_getMethod · 0.45
super_checkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected