Home
last modified time | relevance | path

Searched refs:BadException (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_exceptions.py326 class BadException(Exception): class
328 raise RuntimeError("can't instantiate BadException")
336 _testcapi.raise_exception(BadException, 1)
348 _testcapi.raise_exception(BadException, 0)

Completed in 4 milliseconds