Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
166
assert str(super(int, 5)) ==
"<super: <class 'int'>, <int object>>"
167
168
class
T5(int):
169
pass
170
171
assert str(super(int, T5(5))) ==
"<super: <class 'int'>, <T5 object>>"
172
Callers
1
syntax_class.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected