transformer.py | 172 # NEWLINE | simple_stmt | compound_stmt NEWLINE
323 def simple_stmt(self, nodelist):
member in class:Transformer 559 # simple_stmt | NEWLINE INDENT NEWLINE* (stmt NEWLINE*)+ DEDENT
802 # break_stmt, stmt, small_stmt, flow_stmt, simple_stmt,
[all...] |