Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __repr__
Method
__repr__
Lib/unittest/mock.py:389–390 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
387
return
False
388
389
def
__repr__(self):
390
return
pprint.pformat(list(self))
391
392
393
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