Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
format
Method · 0.45
Tested by
no test coverage detected