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

Method __repr__

src/_pytest/_code/code.py:973–974  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

971 return io.getvalue().strip()
972
973 def __repr__(self) -> str:
974 return f"<{self.__class__} instance at {id(self):0x}>"
975
976 def toterminal(self, tw: TerminalWriter) -> None:
977 raise NotImplementedError()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected