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

Method __init__

_pydevd_bundle/pydevd_comm.py:331–336  ·  view source on GitHub ↗
(self, py_db, api, watch_dirs)

Source from the content-addressed store, hash-verified

329
330class FSNotifyThread(PyDBDaemonThread):
331 def __init__(self, py_db, api, watch_dirs):
332 PyDBDaemonThread.__init__(self, py_db)
333 self.api = api
334 self.name = "pydevd.FSNotifyThread"
335 self.watcher = fsnotify.Watcher()
336 self.watch_dirs = watch_dirs
337
338 @overrides(PyDBDaemonThread._on_run)
339 def _on_run(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected