Home
last modified time | relevance | path

Searched refs:UnexpectedException (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Ddoctest.rst1787 :exc:`UnexpectedException` exception is raised, containing the test, the
1822 .. exception:: UnexpectedException(test, example, exc_info)
1828 :exc:`UnexpectedException` defines the following attributes:
1831 .. attribute:: UnexpectedException.test
1836 .. attribute:: UnexpectedException.example
1841 .. attribute:: UnexpectedException.exc_info
/external/python/cpython2/Lib/
Ddoctest.py1688 class UnexpectedException(Exception): class
1805 raise UnexpectedException(test, example, exc_info)