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

Class ReprExceptionInfo

src/_pytest/_code/code.py:1020–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018
1019@attr.s(eq=False, auto_attribs=True)
1020class ReprExceptionInfo(ExceptionRepr):
1021 reprtraceback: "ReprTraceback"
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 2

_report_kwargs_from_jsonFunction · 0.90
getreprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected