Home
last modified time | relevance | path

Searched refs:ast_for_with_item (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dast.c3143 ast_for_with_item(struct compiling *c, const node *n, asdl_seq *content) in ast_for_with_item() function
3185 ret = ast_for_with_item(c, CHILD(n, i), inner); in ast_for_with_stmt()
/external/python/cpython3/Python/
Dast.c3850 ast_for_with_item(struct compiling *c, const node *n) in ast_for_with_item() function
3887 withitem_ty item = ast_for_with_item(c, CHILD(n, i)); in ast_for_with_stmt()