Home | History | Annotate | Download | only in Lib

Lines Matching defs:UnexpectedException

78     'UnexpectedException',
1728 class UnexpectedException(Exception):
1750 If an unexpected exception occurs, an UnexpectedException is raised.
1758 ... except UnexpectedException as f:
1818 doctest.UnexpectedException: <DocTest foo from foo.py:0 (2 examples)>
1845 raise UnexpectedException(test, example, exc_info)
2222 UnexpectedException errors if there is an unexpected
2230 ... except UnexpectedException as f:
2233 The UnexpectedException contains the test, the example, and