Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h189 SetComp_kind=9, DictComp_kind=10, GeneratorExp_kind=11, enumerator
/external/python/cpython2/Python/
Dsymtable.c1235 case DictComp_kind: in symtable_visit_expr()
Dcompile.c2837 assert(e->kind == DictComp_kind); in compiler_dictcomp()
3004 case DictComp_kind: in compiler_visit_expr()
Dast.c439 case DictComp_kind: in set_context()
DPython-ast.c1705 p->kind = DictComp_kind; in DictComp()
2709 case DictComp_kind: in ast2obj_expr()