Home | History | Annotate | Download | only in reference

Lines Matching full:dedent

201 .. index:: INDENT token, DEDENT token
204 DEDENT tokens, using a stack, as follows.
213 popped off, and for each number popped off a DEDENT token is generated. At the
214 end of the file, a DEDENT token is generated for each number remaining on the
240 return r # error: inconsistent dedent
264 Besides NEWLINE, INDENT and DEDENT, the following categories of tokens exist: