Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c1123 expr_ty list_for_expr; in ast_for_listcomp() local
1139 list_for_expr = ast_for_expr(c, CHILD(ch, 1)); in ast_for_listcomp()
1140 if (!list_for_expr) in ast_for_listcomp()
1143 asdl_seq_SET(ifs, j, list_for_expr); in ast_for_listcomp()