Home | History | Annotate | Download | only in Python

Lines Matching refs:exec_stmt

2677     /* exec_stmt: 'exec' expr ['in' test [',' test]] */
2678 REQ(n, exec_stmt);
3262 | flow_stmt | import_stmt | global_stmt | exec_stmt
3280 case exec_stmt: