Home
last modified time | relevance | path

Searched refs:remove_duplicates (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/importlib/
Dreaders.py7 def remove_duplicates(items): function
58 self._paths = list(map(pathlib.Path, remove_duplicates(paths)))
/third_party/python/Lib/distutils/command/
Dsdist.py188 self.filelist.remove_duplicates()
207 self.filelist.remove_duplicates()
/third_party/python/Lib/distutils/
Dfilelist.py67 def remove_duplicates(self): member in FileList
/third_party/python/Lib/distutils/tests/
Dtest_filelist.py130 file_list.remove_duplicates()