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

Class keysview_custom_repr

Lib/test/test_pprint.py:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 return '*'*len(MappingView.__repr__(self))
84
85class keysview_custom_repr(KeysView):
86 def __repr__(self):
87 return '*'*len(KeysView.__repr__(self))
88
89@dataclasses.dataclass
90class dataclass1:

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…