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

Method do_kill_pydev_thread

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

Source from the content-addressed store, hash-verified

440
441 @overrides(PyDBDaemonThread.do_kill_pydev_thread)
442 def do_kill_pydev_thread(self):
443 if not self._kill_received:
444 # Add command before setting the kill flag (otherwise the command may not be added).
445 exit_cmd = self.py_db.cmd_factory.make_exit_command(self.py_db)
446 self.add_command(exit_cmd)
447
448 PyDBDaemonThread.do_kill_pydev_thread(self)
449
450
451def create_server_socket(host, port):

Callers

nothing calls this directly

Calls 3

add_commandMethod · 0.95
make_exit_commandMethod · 0.45
do_kill_pydev_threadMethod · 0.45

Tested by

no test coverage detected