Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c185 static identifier top = NULL, lambda = NULL, genexpr = NULL, setcomp = NULL, variable
1536 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(genexpr), in symtable_visit_genexp()