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

Method __repr__

Lib/collections/__init__.py:1091–1092  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1089
1090 @_recursive_repr()
1091 def __repr__(self):
1092 return f'{self.__class__.__name__}({", ".join(map(repr, self.maps))})'
1093
1094 @classmethod
1095 def fromkeys(cls, iterable, value=None, /):

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected