HomeSort by relevance Sort by last modified time
    Searched refs:dup_list (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sets.py 685 dup_list = sorted(dup)
687 self.assertEqual(len(dup_list), len(set_list))
688 for i, el in enumerate(dup_list):
  /external/python/cpython2/Lib/test/
test_sets.py 684 dup_list = sorted(dup)
686 self.assertEqual(len(dup_list), len(set_list))
687 for i, el in enumerate(dup_list):
  /external/python/cpython3/Lib/test/
test_set.py     [all...]

Completed in 93 milliseconds