Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py147 def remove_duplicates(lst): function
288 methods = remove_duplicates(
295 methods = remove_duplicates(
/external/python/cpython2/Lib/distutils/command/
Dsdist.py196 self.filelist.remove_duplicates()
215 self.filelist.remove_duplicates()
/external/python/cpython2/Lib/distutils/
Dfilelist.py69 def remove_duplicates(self): member in FileList
/external/python/cpython2/Lib/distutils/tests/
Dtest_filelist.py128 file_list.remove_duplicates()