MCPcopy Create free account
hub / github.com/pytest-dev/pytest / __repr__

Method __repr__

testing/test_assertrewrite.py:267–268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265 raise KeyError()
266
267 def __repr__(self) -> str:
268 return "Y"
269
270 def __init__(self) -> None:
271 self.foo = 3

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected