(self)
| 341 | |
| 342 | @overrides(PyDBDaemonThread.do_kill_pydev_thread) |
| 343 | def do_kill_pydev_thread(self): |
| 344 | PyDBDaemonThread.do_kill_pydev_thread(self) |
| 345 | # Set flag so that it can exit before the usual timeout. |
| 346 | self._wait_event.set() |
| 347 | |
| 348 | |
| 349 | class AbstractSingleNotificationBehavior(object): |
no test coverage detected