(self)
| 863 | |
| 864 | @abstractmethod |
| 865 | def getstdout(self) -> str: |
| 866 | raise NotImplementedError() |
| 867 | |
| 868 | def get_session_formatted_for_file(self) -> str: |
| 869 | """Format the stdout buffer to something suitable for writing to disk, |
no outgoing calls
no test coverage detected