(self)
| 290 | |
| 291 | @overrides(PyDBDaemonThread.do_kill_pydev_thread) |
| 292 | def do_kill_pydev_thread(self): |
| 293 | PyDBDaemonThread.do_kill_pydev_thread(self) |
| 294 | # Set flag so that it can exit before the usual timeout. |
| 295 | self._py_db_command_thread_event.set() |
| 296 | |
| 297 | |
| 298 | # ======================================================================================================================= |
nothing calls this directly
no test coverage detected