MCPcopy
hub / github.com/pytest-dev/pytest / __repr__

Method __repr__

testing/test_compat.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 self.left = 1000
24
25 def __repr__(self):
26 return f"<Evil left={self.left}>"
27
28 def __getattr__(self, attr):
29 if not self.left:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected