Home
last modified time | relevance | path

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

/third_party/python/Lib/
Ddoctest.py1743 class UnexpectedException(Exception): class
1860 raise UnexpectedException(test, example, exc_info)
/third_party/python/Doc/library/
Ddoctest.rst1722 :exc:`UnexpectedException` exception is raised, containing the test, the
1757 .. exception:: UnexpectedException(test, example, exc_info)
1763 :exc:`UnexpectedException` defines the following attributes:
1766 .. attribute:: UnexpectedException.test
1771 .. attribute:: UnexpectedException.example
1776 .. attribute:: UnexpectedException.exc_info