Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c1353 ast_for_setcomp(struct compiling *c, const node *n) in ast_for_setcomp() function
1467 return ast_for_setcomp(c, ch); in ast_for_atom()
/external/python/cpython3/Python/
Dast.c2050 ast_for_setcomp(struct compiling *c, const node *n) in ast_for_setcomp() function
2203 res = ast_for_setcomp(c, ch); in ast_for_atom()