Home
last modified time | relevance | path

Searched refs:Dict_kind (Results 1 – 13 of 13) 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/cpython3/Python/
Dast_unparse.c863 case Dict_kind: in append_ast_expr()
Dast_opt.c492 case Dict_kind: in astfold_expr()
Dcompile.c3976 case Dict_kind: in infer_type()
4004 case Dict_kind: in check_caller()
5014 case Dict_kind: in compiler_visit_expr1()
Dsymtable.c1572 case Dict_kind: in symtable_visit_expr()
Dast.c242 case Dict_kind: in validate_expr()
1071 case Dict_kind: in get_expr_name()
DPython-ast.c2726 p->kind = Dict_kind; in Dict()
4049 case Dict_kind: in ast2obj_expr()
/external/python/cpython3/Include/
DPython-ast.h227 Lambda_kind=5, IfExp_kind=6, Dict_kind=7, Set_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()
/external/python/cpython3/Parser/pegen/
Dpegen.c197 case Dict_kind: in _PyPegen_get_expr_name()