Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ frozenset_custom_repr
Class
frozenset_custom_repr
Lib/test/test_pprint.py:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
return
frozenset.__repr__(self)
58
59
class
frozenset_custom_repr(frozenset):
60
def
__repr__(self):
61
return
'*'
*len(frozenset.__repr__(self))
62
63
class
dict2(dict):
64
pass
Callers
1
test_container_repr_override_called
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_container_repr_override_called
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…