Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h333 Lambda_kind=5, IfExp_kind=6, Dict_kind=7, Set_kind=8, enumerator
/third_party/python/Python/
Dast_unparse.c868 case Dict_kind: in append_ast_expr()
Dast.c259 case Dict_kind: in validate_expr()
Dast_opt.c519 case Dict_kind: in astfold_expr()
Dsymtable.c1628 case Dict_kind: in symtable_visit_expr()
Dcompile.c4126 case Dict_kind: in infer_type()
4154 case Dict_kind: in check_caller()
5200 case Dict_kind: in compiler_visit_expr1()
DPython-ast.c2726 p->kind = Dict_kind; in _PyAST_Dict()
4282 case Dict_kind: in ast2obj_expr()
/third_party/python/Parser/
Dpegen.c216 case Dict_kind: in _PyPegen_get_expr_name()