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

Method do_kill_pydev_thread

pydevd.py:343–346  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
349class AbstractSingleNotificationBehavior(object):

Callers 1

joinMethod · 0.95

Calls 1

do_kill_pydev_threadMethod · 0.45

Tested by

no test coverage detected