Searched refs:path_glob (Results 1 – 3 of 3) sorted by relevance
118 for directory in path_glob(dir_pattern, current_dir):155 for file_ in path_glob(file_pattern, current_dir):181 def path_glob(pattern, current_dir=None): function
54 from ._tasklet_cleanup import path_glob202 packages = list(path_glob(pattern, current_dir="."))
75 def list_files_glob(self, path_glob): argument79 return glob.glob(path_glob)