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

Method __init__

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

Source from the content-addressed store, hash-verified

301# =======================================================================================================================
302class CheckAliveThread(PyDBDaemonThread):
303 def __init__(self, py_db):
304 PyDBDaemonThread.__init__(self, py_db)
305 self.name = "pydevd.CheckAliveThread"
306 self.daemon = False
307 self._wait_event = ThreadingEvent()
308
309 @overrides(PyDBDaemonThread._on_run)
310 def _on_run(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected