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

Lines Matching refs:INDENT

62     Raised by tokeneater() if detecting an ambiguous indent.
274 INDENT = tokenize.INDENT
285 # (NL | COMMENT)* (INDENT | DEDENT+)?
286 # If an INDENT appears, setting check_equal is wrong, and will
287 # be undone when we see the INDENT.
290 elif type == INDENT:
295 msg = "indent not greater e.g. " + format_witnesses(witness)
308 # assert check_equal # else no earlier NEWLINE, or an earlier INDENT
324 msg = "indent not equal e.g. " + format_witnesses(witness)