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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sets.py 425 case2method = {"<=": "issubset",
446 if case in TestSubsets.case2method:
447 method = getattr(x, TestSubsets.case2method[case])
455 if rcase in TestSubsets.case2method:
456 method = getattr(y, TestSubsets.case2method[rcase])
test_set.py     [all...]
  /external/python/cpython2/Lib/test/
test_sets.py 424 case2method = {"<=": "issubset",
445 if case in TestSubsets.case2method:
446 method = getattr(x, TestSubsets.case2method[case])
454 if rcase in TestSubsets.case2method:
455 method = getattr(y, TestSubsets.case2method[rcase])
test_set.py     [all...]
  /external/python/cpython3/Lib/test/
test_set.py     [all...]

Completed in 189 milliseconds