Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast.h341 ListComp_kind=9, SetComp_kind=10, DictComp_kind=11, enumerator
/third_party/python/Python/
H A Dast_unparse.c867 case DictComp_kind: in append_ast_expr()
H A Dsymtable.c1640 case DictComp_kind: in symtable_visit_expr()
2033 case DictComp_kind: in symtable_handle_comprehension()
H A Dast_opt.c749 case DictComp_kind: in astfold_expr()
H A Dast.c309 case DictComp_kind: in validate_expr()
H A Dcompile.c4702 case DictComp_kind: in infer_type()
4730 case DictComp_kind: in check_caller()
5585 assert(e->kind == DictComp_kind); in compiler_dictcomp()
5856 case DictComp_kind: in compiler_visit_expr1()
H A DPython-ast.c2857 p->kind = DictComp_kind; in _PyAST_DictComp()
4421 case DictComp_kind: in ast2obj_expr()
/third_party/python/Parser/
H A Daction_helpers.c1109 case DictComp_kind: in _PyPegen_get_expr_name()

Completed in 35 milliseconds