Home
last modified time | relevance | path

Searched refs:ListComp_kind (Results 1 - 7 of 7) 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.c863 case ListComp_kind: in append_ast_expr()
H A Dsymtable.c1632 case ListComp_kind: in symtable_visit_expr()
2027 case ListComp_kind: in symtable_handle_comprehension()
H A Dast_opt.c741 case ListComp_kind: in astfold_expr()
H A Dcompile.c4699 case ListComp_kind: in infer_type()
4728 case ListComp_kind: in check_caller()
4792 case ListComp_kind: in check_index()
5564 assert(e->kind == ListComp_kind); in compiler_listcomp()
5852 case ListComp_kind: in compiler_visit_expr1()
H A DPython-ast.c2804 p->kind = ListComp_kind; in _PyAST_ListComp()
4389 case ListComp_kind: in ast2obj_expr()
/third_party/python/Parser/
H A Daction_helpers.c1105 case ListComp_kind: in _PyPegen_get_expr_name()

Completed in 35 milliseconds