Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h335 GeneratorExp_kind=12, Await_kind=13, Yield_kind=14, enumerator
/third_party/python/Python/
Dast_unparse.c880 case Yield_kind: in append_ast_expr()
Dast_opt.c546 case Yield_kind: in astfold_expr()
Dast.c287 case Yield_kind: in validate_expr()
Dsymtable.c1651 case Yield_kind: in symtable_visit_expr()
DPython-ast.c2885 p->kind = Yield_kind; in _PyAST_Yield()
4386 case Yield_kind: in ast2obj_expr()
Dcompile.c5212 case Yield_kind: in compiler_visit_expr1()
/third_party/python/Parser/
Dpegen.c204 case Yield_kind: in _PyPegen_get_expr_name()