MCPcopy Index your code
hub / github.com/RustPython/RustPython / __repr__

Method __repr__

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

Source from the content-addressed store, hash-verified

2526 return False
2527
2528 def __repr__(self):
2529 return '<ANY>'
2530
2531ANY = _ANY()
2532

Callers 1

safe_reprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected