Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h188 IfExp_kind=5, Dict_kind=6, Set_kind=7, ListComp_kind=8, enumerator
/external/python/cpython2/Python/
Dsymtable.c1216 case Dict_kind: in symtable_visit_expr()
Dast.c442 case Dict_kind: in set_context()
DPython-ast.c1623 p->kind = Dict_kind; in Dict()
2656 case Dict_kind: in ast2obj_expr()
Dcompile.c2984 case Dict_kind: in compiler_visit_expr()