Searched refs:ast_for_dictelement (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Python/ |
D | ast.c | 1948 ast_for_dictelement(struct compiling *c, const node *n, int *i, in ast_for_dictelement() function 1990 if (!ast_for_dictelement(c, n, &i, &key, &value)) in ast_for_dictcomp() 2023 if (!ast_for_dictelement(c, n, &i, &key, &value)) in ast_for_dictdisplay()
|