Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddoctest.py137 DONT_ACCEPT_BLANKLINE = register_optionflag('DONT_ACCEPT_BLANKLINE') variable
144 DONT_ACCEPT_BLANKLINE |
1608 if not (optionflags & DONT_ACCEPT_BLANKLINE):
1670 if not (optionflags & DONT_ACCEPT_BLANKLINE):
/external/python/cpython2/Lib/
Ddoctest.py133 DONT_ACCEPT_BLANKLINE = register_optionflag('DONT_ACCEPT_BLANKLINE') variable
140 DONT_ACCEPT_BLANKLINE |
1569 if not (optionflags & DONT_ACCEPT_BLANKLINE):
1631 if not (optionflags & DONT_ACCEPT_BLANKLINE):
/external/python/cpython2/Doc/library/
Ddoctest.rst551 .. data:: DONT_ACCEPT_BLANKLINE
557 :const:`DONT_ACCEPT_BLANKLINE` is specified, this substitution is not allowed.
681 :const:`DONT_ACCEPT_BLANKLINE`, :const:`NORMALIZE_WHITESPACE`,
718 directive_option_name: "DONT_ACCEPT_BLANKLINE" \| "NORMALIZE_WHITESPACE" \| ...
/external/python/cpython3/Doc/library/
Ddoctest.rst542 .. data:: DONT_ACCEPT_BLANKLINE
548 :const:`DONT_ACCEPT_BLANKLINE` is specified, this substitution is not allowed.
715 directive_option_name: "DONT_ACCEPT_BLANKLINE" \| "NORMALIZE_WHITESPACE" \| ...