Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c824 case Dict_kind: in append_ast_expr()
Dast_opt.c541 case Dict_kind: in astfold_expr()
Dsymtable.c1414 case Dict_kind: in symtable_visit_expr()
Dast.c243 case Dict_kind: in validate_expr()
1041 case Dict_kind: in set_context()
DPython-ast.c1884 p->kind = Dict_kind; in Dict()
3136 case Dict_kind: in ast2obj_expr()
Dcompile.c4417 case Dict_kind: in compiler_visit_expr()
/external/python/cpython2/Include/
DPython-ast.h188 IfExp_kind=5, Dict_kind=6, Set_kind=7, ListComp_kind=8, enumerator
/external/python/cpython3/Include/
DPython-ast.h208 IfExp_kind=5, Dict_kind=6, Set_kind=7, ListComp_kind=8, enumerator
/external/python/cpython2/Python/
Dsymtable.c1222 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.c2985 case Dict_kind: in compiler_visit_expr()