Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ list3
Class
list3
Lib/test/test_pprint.py:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
pass
20
21
class
list3(list):
22
def
__repr__(self):
23
return
list.__repr__(self)
24
25
class
list_custom_repr(list):
26
def
__repr__(self):
Callers
1
test_same_as_repr
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_same_as_repr
Method · 0.68