Lines Matching full:paths
780 self.paths = [os.path.join(base_dir, file_pattern(name))
784 if len(self.paths) == 1:
785 return self.paths[0]
787 return self.paths
790 for path in self.paths:
805 for path in reversed(file_path_remover.paths):
818 if not hasattr(file_path_remover, 'paths'):
819 file_path_remover.paths = []
822 paths = []
826 file_path_remover.paths.append(path)
827 paths.append(path)
829 return paths[0] if len(paths) == 1 else paths