MCPcopy Index your code
hub / github.com/python/cpython / dict_custom_repr

Class dict_custom_repr

Lib/test/test_pprint.py:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 return frozendict.__repr__(self)
76
77class dict_custom_repr(dict):
78 def __repr__(self):
79 return '*'*len(dict.__repr__(self))
80
81class mappingview_custom_repr(MappingView):
82 def __repr__(self):

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…