Searched refs:for_stmt (Results 1 – 11 of 11) sorted by relevance
42 #define for_stmt 295 macro
52 for_stmt = 295 variable
65 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…68 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite]
85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…88 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite]
347 if child.type == syms.for_stmt:
1578 || (ntype == for_stmt) in validate_compound_stmt()2041 int res = (validate_ntype(tree, for_stmt) in validate_for()3189 case for_stmt: in validate_node()
534 def for_stmt(self, nodelist): member in Transformer1478 symbol.for_stmt,
1607 || (ntype == for_stmt) in validate_compound_stmt()2070 int res = (validate_ntype(tree, for_stmt) in validate_for()3218 case for_stmt: in validate_node()
2959 REQ(n, for_stmt); in ast_for_for_stmt()3285 case for_stmt: in ast_for_stmt()
2976 REQ(n, for_stmt); in ast_for_for_stmt()3302 case for_stmt: in ast_for_stmt()