MCPcopy 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
394def _check_and_set_parent(parent, value, name, new_name):

Callers

nothing calls this directly

Calls 2

listClass · 0.85
pformatMethod · 0.80

Tested by

no test coverage detected