Searched refs:paths (Results 1 – 9 of 9) sorted by relevance
86 self.paths: Set[Path] = set()112 snippets.paths = set(map(lambda x: str(PurePosixPath(x)), snippets.paths))121 sorted(f'"{path}"' for path in snippets.paths))286 snippets.paths.add(snippet_yml)
268 for path in args.paths:274 for path in args.paths:571 paths = tuple(root.glob(glob_pattern))572 if not paths:577 if all(path.is_dir() for path in paths):
206 def unique_paths(paths): argument208 yield from dict.fromkeys(map(Path.resolve, paths)).keys()
1153 pathes||paths
10 # List of paths and/or glob patterns giving the files in the tag,20 # List of regular expressions applied to paths to determine if they
102 def get_files(filter=None, paths=None): argument104 paths_arg = ('--', *paths) if paths else ()
566 paths = list()571 paths.append(file)574 return os.path.commonpath(paths)
1861 def verify_to_nodes(prop, paths): argument1863 assert actual == paths, f"'{prop} gives wrong node paths"
1728 def mock_join(*paths): argument1730 return slash.join(paths)
Completed in 27 milliseconds