Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ dict3
Class
dict3
Lib/test/test_pprint.py:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
pass
64
65
class
dict3(dict):
66
def
__repr__(self):
67
return
dict.__repr__(self)
68
69
class
dict_custom_repr(dict):
70
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