Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c1497 symtable_handle_comprehension(struct symtable *st, expr_ty e, in symtable_handle_comprehension() function
1536 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(genexpr), in symtable_visit_genexp()
1544 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(setcomp), in symtable_visit_setcomp()
1552 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(dictcomp), in symtable_visit_dictcomp()