Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c1322 ast_for_dictcomp(struct compiling *c, const node *n) in ast_for_dictcomp() function
1469 return ast_for_dictcomp(c, ch); in ast_for_atom()
/external/python/cpython3/Python/
Dast.c1984 ast_for_dictcomp(struct compiling *c, const node *n) in ast_for_dictcomp() function
2213 res = ast_for_dictcomp(c, ch); in ast_for_atom()