(self, text)
| 664 | self.executor.cleanup() |
| 665 | |
| 666 | def write_process_output(self, text): |
| 667 | wrapper = self.executor.process_wrapper |
| 668 | wrapper._write_script_output(text) |
| 669 | |
| 670 | # noinspection PyUnresolvedReferences |
| 671 | def finish_process(self): |
no test coverage detected