(self)
| 971 | return io.getvalue().strip() |
| 972 | |
| 973 | def __repr__(self) -> str: |
| 974 | return f"<{self.__class__} instance at {id(self):0x}>" |
| 975 | |
| 976 | def toterminal(self, tw: TerminalWriter) -> None: |
| 977 | raise NotImplementedError() |
nothing calls this directly
no outgoing calls
no test coverage detected