Searched refs:try_stmt (Results 1 – 11 of 11) sorted by relevance
43 #define try_stmt 296 macro
53 try_stmt = 296 variable
65 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…69 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:
1579 || (ntype == try_stmt) in validate_compound_stmt()2070 int res = (validate_ntype(tree, try_stmt) in validate_try()3192 case try_stmt: in validate_node()
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()
3051 REQ(n, try_stmt); in ast_for_try_stmt()3287 case try_stmt: in ast_for_stmt()
3068 REQ(n, try_stmt); in ast_for_try_stmt()3304 case try_stmt: in ast_for_stmt()