Home
last modified time | relevance | path

Searched refs:IGNORE_EXCEPTION_DETAIL (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Ddoctest.py141 IGNORE_EXCEPTION_DETAIL = register_optionflag('IGNORE_EXCEPTION_DETAIL') variable
148 IGNORE_EXCEPTION_DETAIL)
1382 elif self.optionflags & IGNORE_EXCEPTION_DETAIL:
/third_party/python/Doc/library/
Ddoctest.rst476 * When the :const:`IGNORE_EXCEPTION_DETAIL` doctest option is specified,
569 .. data:: IGNORE_EXCEPTION_DETAIL
592 exception name. Using :const:`IGNORE_EXCEPTION_DETAIL` and the details
608 :const:`IGNORE_EXCEPTION_DETAIL` now also ignores any information relating
/third_party/python/Lib/test/
Dtest_decimal.py5752 from doctest import IGNORE_EXCEPTION_DETAIL
5756 run_doctest(C, verbose, optionflags=IGNORE_EXCEPTION_DETAIL)
/third_party/python/Doc/whatsnew/
D2.7.rst1236 * The :mod:`doctest` module's :const:`IGNORE_EXCEPTION_DETAIL` flag
/third_party/python/Misc/
DHISTORY3038 - Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows a match when
12714 suites, the IGNORE_EXCEPTION_DETAIL directive now also ignores the module