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

Method _check

_pydev_bundle/fsnotify/__init__.py:165–166  ·  view source on GitHub ↗
(self, single_visit_info, append_change, old_file_to_mtime)

Source from the content-addressed store, hash-verified

163 pass # Directory was removed in the meanwhile.
164
165 def _check(self, single_visit_info, append_change, old_file_to_mtime):
166 self._check_dir(self._root_path, single_visit_info, append_change, old_file_to_mtime, 0)
167
168
169class Watcher(object):

Callers 2

__init__Method · 0.95
iter_changesMethod · 0.45

Calls 1

_check_dirMethod · 0.95

Tested by

no test coverage detected