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

Method __repr__

Lib/_collections_abc.py:841–842  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

839 return len(self._mapping)
840
841 def __repr__(self):
842 return '{0.__class__.__name__}({0._mapping!r})'.format(self)
843
844 __class_getitem__ = classmethod(GenericAlias)
845

Callers 1

__repr__Method · 0.45

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected