Searched refs:try_stmt (Results 1 – 17 of 17) sorted by relevance
43 #define try_stmt 296 macro
47 #define try_stmt 300 macro
53 try_stmt = 296 variable
57 try_stmt = 300 variable
65 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…69 try_stmt: ('try' ':' suite
70 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…75 try_stmt: ('try' ':' suite
85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…89 try_stmt: ('try' ':' suite
355 elif child.type == syms.try_stmt:
87 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…92 try_stmt: ('try' ':' suite
376 elif child.type == syms.try_stmt:
229 | try_stmt243 try_stmt
549 def try_stmt(self, nodelist): member in Transformer1479 symbol.try_stmt,
1608 || (ntype == try_stmt) in validate_compound_stmt()2099 int res = (validate_ntype(tree, try_stmt) in validate_try()3221 case try_stmt: in validate_node()
48 : | `try_stmt`219 try_stmt: try1_stmt | try2_stmt
50 : | `try_stmt`238 try_stmt: try1_stmt | try2_stmt
3068 REQ(n, try_stmt); in ast_for_try_stmt()3304 case try_stmt: in ast_for_stmt()
3794 REQ(n, try_stmt); in ast_for_try_stmt()4020 case try_stmt: in ast_for_stmt()