Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __repr__
Method
__repr__
Lib/unittest/mock.py:390–391 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
388
return
False
389
390
def
__repr__(self):
391
return
pprint.pformat(list(self))
392
393
394
def
_check_and_set_parent(parent, value, name, new_name):
Callers
nothing calls this directly
Calls
2
list
Class · 0.85
pformat
Method · 0.80
Tested by
no test coverage detected