Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Ddoctest.py54 'DONT_ACCEPT_BLANKLINE',
137 DONT_ACCEPT_BLANKLINE = register_optionflag('DONT_ACCEPT_BLANKLINE') variable
144 DONT_ACCEPT_BLANKLINE |
1630 # blank line, unless the DONT_ACCEPT_BLANKLINE flag is used.
1631 if not (optionflags & DONT_ACCEPT_BLANKLINE):
1693 if not (optionflags & DONT_ACCEPT_BLANKLINE):
1923 DONT_ACCEPT_BLANKLINE
2035 DONT_ACCEPT_BLANKLINE

Completed in 4 milliseconds