Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c1227 case GeneratorExp_kind: in symtable_visit_expr()
1501 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension()
Dcompile.c2807 assert(e->kind == GeneratorExp_kind); in compiler_genexp()
3006 case GeneratorExp_kind: in compiler_visit_expr()
Dast.c427 case GeneratorExp_kind: in set_context()
DPython-ast.c1727 p->kind = GeneratorExp_kind; in GeneratorExp()
2729 case GeneratorExp_kind: in ast2obj_expr()
/external/python/cpython2/Include/
DPython-ast.h189 SetComp_kind=9, DictComp_kind=10, GeneratorExp_kind=11, enumerator