Searched refs:exec_stmt (Results 1 – 9 of 9) sorted by relevance
37 #define exec_stmt 290 macro
47 exec_stmt = 290 variable
36 import_stmt | global_stmt | exec_stmt | assert_stmt)62 exec_stmt: 'exec' expr ['in' test [',' test]]
55 import_stmt | global_stmt | exec_stmt | assert_stmt)82 exec_stmt: 'exec' expr ['in' test [',' test]]
139 | exec_stmt219 exec_stmt: 'exec' expr ('in' test (COMMA test)?)?
955 VALIDATER(exec_stmt); VALIDATER(compound_stmt);1573 || (ntype == exec_stmt)) in validate_small_stmt()2005 int res = (validate_ntype(tree, exec_stmt) in validate_exec_stmt()3206 case exec_stmt: in validate_node()
483 def exec_stmt(self, nodelist): member in Transformer1474 symbol.exec_stmt,
29 : | `exec_stmt`993 exec_stmt: "exec" `or_expr` ["in" `expression` ["," `expression`]]
2678 REQ(n, exec_stmt); in ast_for_exec_stmt()3280 case exec_stmt: in ast_for_stmt()