Searched refs:ast_for_except_clause (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | ast.c | 3010 ast_for_except_clause(struct compiling *c, const node *exc, node *body) in ast_for_except_clause() function 3116 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 | 3731 ast_for_except_clause(struct compiling *c, const node *exc, node *body) in ast_for_except_clause() function 3836 excepthandler_ty e = ast_for_except_clause(c, CHILD(n, 3 + i * 3), in ast_for_try_stmt()
|