Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddoctest.py137 IGNORE_EXCEPTION_DETAIL = register_optionflag('IGNORE_EXCEPTION_DETAIL') variable
144 IGNORE_EXCEPTION_DETAIL)
1351 elif self.optionflags & IGNORE_EXCEPTION_DETAIL:
/external/python/cpython2/Doc/library/
Ddoctest.rst494 * When the :const:`IGNORE_EXCEPTION_DETAIL` doctest option is specified,
579 .. data:: IGNORE_EXCEPTION_DETAIL
602 exception name. Using :const:`IGNORE_EXCEPTION_DETAIL` and the details
618 :const:`IGNORE_EXCEPTION_DETAIL` now also ignores any information
682 :const:`ELLIPSIS`, :const:`IGNORE_EXCEPTION_DETAIL`, :const:`REPORT_UDIFF`,
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1221 * The :mod:`doctest` module's :const:`IGNORE_EXCEPTION_DETAIL` flag
/external/python/cpython2/Misc/
DNEWS2299 - Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows a match when
6346 suites, the ``IGNORE_EXCEPTION_DETAIL`` directive now also ignores the module