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

Method __init__

pydevd.py:259–262  ·  view source on GitHub ↗
(self, py_db)

Source from the content-addressed store, hash-verified

257# =======================================================================================================================
258class PyDBCommandThread(PyDBDaemonThread):
259 def __init__(self, py_db):
260 PyDBDaemonThread.__init__(self, py_db)
261 self._py_db_command_thread_event = py_db._py_db_command_thread_event
262 self.name = "pydevd.CommandThread"
263
264 @overrides(PyDBDaemonThread._on_run)
265 def _on_run(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected