Searched refs:DONT_ACCEPT_BLANKLINE (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Ddoctest.py54 'DONT_ACCEPT_BLANKLINE',
133 DONT_ACCEPT_BLANKLINE = register_optionflag('DONT_ACCEPT_BLANKLINE') variable
140 DONT_ACCEPT_BLANKLINE |
1568 # blank line, unless the DONT_ACCEPT_BLANKLINE flag is used.
1569 if not (optionflags & DONT_ACCEPT_BLANKLINE):
1631 if not (optionflags & DONT_ACCEPT_BLANKLINE):
1863 DONT_ACCEPT_BLANKLINE
1975 DONT_ACCEPT_BLANKLINE
/external/python/cpython3/Lib/
H A Ddoctest.py54 'DONT_ACCEPT_BLANKLINE',
138 DONT_ACCEPT_BLANKLINE = register_optionflag('DONT_ACCEPT_BLANKLINE') variable
145 DONT_ACCEPT_BLANKLINE |
1608 # blank line, unless the DONT_ACCEPT_BLANKLINE flag is used.
1609 if not (optionflags & DONT_ACCEPT_BLANKLINE):
1671 if not (optionflags & DONT_ACCEPT_BLANKLINE):
1903 DONT_ACCEPT_BLANKLINE
2015 DONT_ACCEPT_BLANKLINE

Completed in 160 milliseconds