Searched refs:ast_for_except_clause (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | ast.c | 3008 ast_for_except_clause(struct compiling *c, const node *exc, node *body) in ast_for_except_clause() function 3114 excepthandler_ty e = ast_for_except_clause(c, CHILD(n, 3 + i * 3), in ast_for_try_stmt()
|
/external/python/cpython3/Python/ |
D | ast.c | 3734 ast_for_except_clause(struct compiling *c, const node *exc, node *body) in ast_for_except_clause() function 3839 excepthandler_ty e = ast_for_except_clause(c, CHILD(n, 3 + i * 3), in ast_for_try_stmt()
|