Home | History | Annotate | Download | only in compiler

Lines Matching defs:simple_stmt

172         # NEWLINE | simple_stmt | compound_stmt NEWLINE

323 def simple_stmt(self, nodelist):
559 # simple_stmt | NEWLINE INDENT NEWLINE* (stmt NEWLINE*)+ DEDENT
802 # break_stmt, stmt, small_stmt, flow_stmt, simple_stmt,
1417 if n == symbol.stmt or n == symbol.simple_stmt \
1462 symbol.simple_stmt,