Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddoctest.py151 REPORTING_FLAGS = (REPORT_UDIFF | variable
2171 if (flags & REPORTING_FLAGS) != flags:
2210 if not (optionflags & REPORTING_FLAGS):
/external/python/cpython2/Doc/library/
Ddoctest.rst674 .. data:: REPORTING_FLAGS
685 :const:`REPORTING_FLAGS` were added.