MCPcopy 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
393def _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