Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h334 ListComp_kind=9, SetComp_kind=10, DictComp_kind=11, enumerator
/third_party/python/Python/
Dast_unparse.c878 case DictComp_kind: in append_ast_expr()
Dsymtable.c1647 case DictComp_kind: in symtable_visit_expr()
2041 case DictComp_kind: in symtable_handle_comprehension()
Dast_opt.c534 case DictComp_kind: in astfold_expr()
Dast.c282 case DictComp_kind: in validate_expr()
Dcompile.c4127 case DictComp_kind: in infer_type()
4155 case DictComp_kind: in check_caller()
4946 assert(e->kind == DictComp_kind); in compiler_dictcomp()
5210 case DictComp_kind: in compiler_visit_expr1()
DPython-ast.c2820 p->kind = DictComp_kind; in _PyAST_DictComp()
4339 case DictComp_kind: in ast2obj_expr()
/third_party/python/Parser/
Dpegen.c213 case DictComp_kind: in _PyPegen_get_expr_name()