(self, single_visit_info, append_change, old_file_to_mtime)
| 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 | |
| 169 | class Watcher(object): |
no test coverage detected