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

Method toterminal

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

Source from the content-addressed store, hash-verified

1022 reprcrash: "ReprFileLocation"
1023
1024 def toterminal(self, tw: TerminalWriter) -> None:
1025 self.reprtraceback.toterminal(tw)
1026 super().toterminal(tw)
1027
1028
1029@attr.s(eq=False, auto_attribs=True)

Callers

nothing calls this directly

Calls 1

toterminalMethod · 0.45

Tested by

no test coverage detected