Searched refs:_is_excluded (Results 1 – 1 of 1) sorted by relevance
342 def _is_excluded(self, path: str, exclude_paths: list[pathlib.Path]) -> bool: member in _DirSnapshot358 if not self._is_excluded(os.path.join(root, path), exclude_paths)451 if self._is_excluded(path.as_posix(), exclude_paths):559 if self._is_excluded(dir_path.as_posix(), exclude_paths):574 if self._is_excluded(file_path.as_posix(), exclude_paths):