MCPcopy Index your code
hub / github.com/RustPython/RustPython / super.rs

File super.rs

crates/vm/src/builtins/super.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// spell-checker:ignore cmeth
2/*! Python `super` class.
3
4See also [CPython source code.](https://github.com/python/cpython/blob/50b48572d9a90c5bb36e2bef6179548ea927a35a/Objects/typeobject.c#L7663)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected