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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_exceptions.py 155 class BadException:
157 raise RuntimeError, "can't instantiate BadException"
162 _testcapi.raise_exception(BadException, 1)
174 _testcapi.raise_exception(BadException, 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_exceptions.py 155 class BadException:
157 raise RuntimeError, "can't instantiate BadException"
162 _testcapi.raise_exception(BadException, 1)
174 _testcapi.raise_exception(BadException, 0)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_exceptions.py 155 class BadException:
157 raise RuntimeError, "can't instantiate BadException"
162 _testcapi.raise_exception(BadException, 1)
174 _testcapi.raise_exception(BadException, 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 155 class BadException:
157 raise RuntimeError, "can't instantiate BadException"
162 _testcapi.raise_exception(BadException, 1)
174 _testcapi.raise_exception(BadException, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 155 class BadException:
157 raise RuntimeError, "can't instantiate BadException"
162 _testcapi.raise_exception(BadException, 1)
174 _testcapi.raise_exception(BadException, 0)
  /external/python/cpython2/Lib/test/
test_exceptions.py 160 class BadException:
162 raise RuntimeError, "can't instantiate BadException"
167 _testcapi.raise_exception(BadException, 1)
179 _testcapi.raise_exception(BadException, 0)
  /external/python/cpython3/Lib/test/
test_exceptions.py 176 class BadException(Exception):
178 raise RuntimeError("can't instantiate BadException")
186 _testcapi.raise_exception(BadException, 1)
198 _testcapi.raise_exception(BadException, 0)
    [all...]

Completed in 162 milliseconds