Searched refs:except_clause (Results 1 – 6 of 6) sorted by relevance
32 if n.type == syms.except_clause:53 for except_clause, e_suite in find_excepts(try_cleanup):54 if len(except_clause.children) == 4:55 (E, comma, N) = except_clause.children[1:4]
50 #define except_clause 303 macro
71 except_clause = 303 variable
114 ((except_clause ':' suite)+122 except_clause: 'except' [test [(',' | 'as') test]]
120 ((except_clause ':' suite)+127 except_clause: 'except' [test ['as' NAME]]
4117 REQ(exc, except_clause); in ast_for_except_clause()4213 else if (TYPE(CHILD(n, nch - 3)) != except_clause) { in ast_for_try_stmt()