Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddoctest.py1230 def report_unexpected_exception(self, out, test, example, exc_info): member in DocTestRunner
1367 self.report_unexpected_exception(out, test, example,
1804 def report_unexpected_exception(self, out, test, example, exc_info): member in DebugRunner
/external/python/cpython2/Doc/library/
Ddoctest.rst1475 :meth:`report_unexpected_exception`, and :meth:`report_failure`.
1529 .. method:: report_unexpected_exception(out, test, example, exc_info)