MCPcopy Index your code
hub / github.com/RustPython/RustPython / T5

Class T5

extra_tests/snippets/syntax_class.py:168–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166assert str(super(int, 5)) == "<super: <class 'int'>, <int object>>"
167
168class T5(int):
169 pass
170
171assert str(super(int, T5(5))) == "<super: <class 'int'>, <T5 object>>"
172

Callers 1

syntax_class.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected