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

  /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)

Completed in 178 milliseconds