MCPcopy Index your code
hub / github.com/python/cpython / __repr__

Method __repr__

Lib/unittest/mock.py:2535–2536  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2533 return False
2534
2535 def __repr__(self):
2536 return '<ANY>'
2537
2538ANY = _ANY()
2539

Callers 1

safe_reprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected