Searched refs:compound_stmt (Results 1 – 20 of 20) sorted by relevance
17 # NB: compound_stmt in single_input is followed by extra NEWLINE!18 single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE33 stmt: simple_stmt | compound_stmt65 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
10 # NB: compound_stmt in single_input is followed by extra NEWLINE!12 single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE34 stmt: simple_stmt | compound_stmt68 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
10 # NB: compound_stmt in single_input is followed by extra NEWLINE!11 single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE37 stmt: simple_stmt | compound_stmt70 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
29 # NB: compound_stmt in single_input is followed by extra NEWLINE!31 single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE52 stmt: simple_stmt | compound_stmt85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
22 if compound_statement.type != symbol.compound_stmt:
42 #define compound_stmt 295 macro
39 #define compound_stmt 292 macro
49 compound_stmt = 292 variable
52 compound_stmt = 295 variable
79 | compound_stmt NEWLINE125 | compound_stmt226 compound_stmt: if_stmt
160 (symbol.compound_stmt, ['compound'])
89 interactive_input: [`stmt_list`] NEWLINE | `compound_stmt` NEWLINE
48 compound_stmt: `if_stmt`59 statement: `stmt_list` NEWLINE | `compound_stmt`
88 interactive_input: [`stmt_list`] NEWLINE | `compound_stmt` NEWLINE
45 compound_stmt: `if_stmt`54 statement: `stmt_list` NEWLINE | `compound_stmt`
321 compound_stmt = stmt variable in Transformer1463 symbol.compound_stmt,
997 VALIDATER(exec_stmt); VALIDATER(compound_stmt);1638 int res = (validate_ntype(tree, compound_stmt) in validate_compound_stmt()3203 case compound_stmt: in validate_node()
187 case compound_stmt: in num_stmts()3298 REQ(n, compound_stmt); in ast_for_stmt()
740 case compound_stmt: in num_stmts()4010 REQ(n, compound_stmt); in ast_for_stmt()