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

Method __repr__

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

Source from the content-addressed store, hash-verified

697 return A()
698
699 def __repr__(self):
700 return "<MY42 object>"
701
702 def myany(x) -> bool:
703 return False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected