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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep352.py 96 interface_tests = ("length", "args", "message", "str", "unicode", "repr", variable in class:ExceptionClassTests
100 for test_name, (given, expected) in zip(self.interface_tests, results):
  /external/python/cpython2/Lib/test/
test_pep352.py 96 interface_tests = ("length", "args", "message", "str", "unicode", "repr", variable in class:ExceptionClassTests
100 for test_name, (given, expected) in zip(self.interface_tests, results):
  /external/python/cpython3/Lib/test/
test_baseexception.py 82 interface_tests = ("length", "args", "str", "repr") variable in class:ExceptionClassTests
85 for test_name, (given, expected) in zip(self.interface_tests, results):

Completed in 866 milliseconds