MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / do_kill_pydev_thread

Method do_kill_pydev_thread

_pydevd_bundle/pydevd_comm.py:358–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
363class WriterThread(PyDBDaemonThread):

Callers

nothing calls this directly

Calls 2

disposeMethod · 0.80
do_kill_pydev_threadMethod · 0.45

Tested by

no test coverage detected