MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / do_kill_pydev_thread

Method do_kill_pydev_thread

pydevd.py:292–295  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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# =======================================================================================================================

Callers

nothing calls this directly

Calls 1

do_kill_pydev_threadMethod · 0.45

Tested by

no test coverage detected