(self)
| 356 | |
| 357 | @overrides(PyDBDaemonThread.do_kill_pydev_thread) |
| 358 | def do_kill_pydev_thread(self): |
| 359 | self.watcher.dispose() |
| 360 | PyDBDaemonThread.do_kill_pydev_thread(self) |
| 361 | |
| 362 | |
| 363 | class WriterThread(PyDBDaemonThread): |
nothing calls this directly
no test coverage detected