(self)
| 2454 | check_alive_thread.start() |
| 2455 | |
| 2456 | def start_auxiliary_daemon_threads(self): |
| 2457 | self._create_pydb_command_thread() |
| 2458 | self._create_check_output_thread() |
| 2459 | |
| 2460 | def __wait_for_threads_to_finish(self, timeout): |
| 2461 | try: |
no test coverage detected