(self, tw: TerminalWriter)
| 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) |
nothing calls this directly
no test coverage detected