Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c34 static expr_ty ast_for_testlist_comp(struct compiling *, const node *);
1421 return ast_for_testlist_comp(c, ch); in ast_for_atom()
2141 ast_for_testlist_comp(struct compiling *c, const node* n) in ast_for_testlist_comp() function