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

Method join

pydevd.py:336–340  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

334 pydev_log.exception()
335
336 def join(self, timeout=None):
337 # If someone tries to join this thread, mark it to be killed.
338 # This is the case for CherryPy when auto-reload is turned on.
339 self.do_kill_pydev_thread()
340 PyDBDaemonThread.join(self, timeout=timeout)
341
342 @overrides(PyDBDaemonThread.do_kill_pydev_thread)
343 def do_kill_pydev_thread(self):

Callers 15

showsyntaxerrorMethod · 0.45
showtracebackMethod · 0.45
pydevd.pyFile · 0.45
runMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
runMethod · 0.45
executeFunction · 0.45
process_template_fileFunction · 0.45
build_extensionFunction · 0.45

Calls 1

do_kill_pydev_threadMethod · 0.95

Tested by 4

runMethod · 0.36
factoryFunction · 0.36
_reportErrorsMethod · 0.36