Home | History | Annotate | Download | only in Python

Lines Matching refs:global_stmt

2642     /* global_stmt: 'global' NAME (',' NAME)* */

2647 REQ(n, global_stmt);
3245 | flow_stmt | import_stmt | global_stmt | exec_stmt
3261 case global_stmt: