MCPcopy 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
59class frozenset_custom_repr(frozenset):
60 def __repr__(self):
61 return '*'*len(frozenset.__repr__(self))
62
63class dict2(dict):
64 pass

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…