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

Lines Matching full:elif

233             elif toknum == DEDENT:
236 elif toknum in (NEWLINE, NL):
238 elif startline and indents:
304 elif needcont and line[-2:] != '\\\n' and line[-3:] != '\\\r\n':
315 elif parenlev == 0 and not continued: # new statement
321 elif line[pos] == '\t':
323 elif line[pos] == '\f':
372 elif initial in '\r\n':
375 elif initial == '#':
378 elif token in triple_quoted:
390 elif initial in single_quoted or \
402 elif initial in namechars: # ordinary name
404 elif initial == '\\': # continued stmt
409 elif initial in ')]}':