Home | History | Annotate | Download | only in python2.7

Lines Matching refs:DONT_ACCEPT_BLANKLINE

54     'DONT_ACCEPT_BLANKLINE',
133 DONT_ACCEPT_BLANKLINE = register_optionflag('DONT_ACCEPT_BLANKLINE')
140 DONT_ACCEPT_BLANKLINE |
1543 # blank line, unless the DONT_ACCEPT_BLANKLINE flag is used.
1544 if not (optionflags & DONT_ACCEPT_BLANKLINE):
1606 if not (optionflags & DONT_ACCEPT_BLANKLINE):
1838 DONT_ACCEPT_BLANKLINE
1950 DONT_ACCEPT_BLANKLINE