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

Method toterminal

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

Source from the content-addressed store, hash-verified

1263 return f"<{self.__class__} instance at {id(self):0x}>"
1264
1265 def toterminal(self, tw: TerminalWriter) -> None:
1266 raise NotImplementedError()
1267
1268
1269@dataclasses.dataclass(eq=False)

Callers 1

__str__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected