(self, encoding=None)
| 994 | self.timeline.wait_until_realized(timeline.Event("terminated")) |
| 995 | |
| 996 | def captured_stdout(self, encoding=None): |
| 997 | assert self.debuggee is not None |
| 998 | return self.captured_output.stdout(encoding) |
| 999 | |
| 1000 | def captured_stderr(self, encoding=None): |
| 1001 | assert self.debuggee is not None |