Searched refs:path_glob (Results 1 – 1 of 1) sorted by relevance
369 def ignore_path(self, path_glob): argument370 self._expected_file_globs.add(path_glob)383 for path_glob in self._expected_file_globs:384 expected_paths |= set(fnmatch.filter(paths, path_glob))387 if path_glob.startswith(dir_prefix):388 subpath = path_glob[len(dir_prefix):]