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

Method toterminal

src/_pytest/_code/code.py:976–977  ·  view source on GitHub ↗
(self, tw: TerminalWriter)

Source from the content-addressed store, hash-verified

974 return f"<{self.__class__} instance at {id(self):0x}>"
975
976 def toterminal(self, tw: TerminalWriter) -> None:
977 raise NotImplementedError()
978
979
980# This class is abstract -- only subclasses are instantiated.

Callers 1

__str__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected