Lines Matching full:blank
228 every non-blank line in `s`, and return the result.
234 # This regexp matches the start of non-blank lines:
564 # Want consists of any non-blank lines that do not start with PS1.
565 (?P<want> (?:(?![ ]*$) # Not a blank line
593 # A callable returning a true value iff its argument is a blank line
742 # This regular expression finds the indentation of every non-blank
747 "Return the minimum indentation of any non-blank line in `s`"
764 'lacks blank after %s: %r' %
1543 # blank line, unless the DONT_ACCEPT_BLANKLINE flag is used.
1545 # Replace <BLANKLINE> in want with a blank line.
1604 # If <BLANKLINE>s are being used, then replace blank lines
2739 "blank lines": r"""
2740 Blank lines can be marked with <BLANKLINE>: