Home
last modified time | relevance | path

Searched refs:YieldFrom (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_unparse.py423 self.check_invalid(ast.YieldFrom(value=None))
H A Dtest_ast.py1598 self.expr(ast.YieldFrom(ast.Name("x", ast.Store())), "must have Load")
/third_party/python/Include/internal/
H A Dpycore_ast.h422 } YieldFrom; member
/third_party/python/Python/
H A Dast_unparse.c818 APPEND_EXPR(e->v.YieldFrom.value, PR_TEST); in append_ast_yield_from()
H A Dast_opt.c765 CALL(astfold_expr, expr_ty, node_->v.YieldFrom.value); in astfold_expr()
H A Dast.c318 ret = validate_expr(state, exp->v.YieldFrom.value, Load); in validate_expr()
H A Dsymtable.c1659 VISIT(st, expr, e->v.YieldFrom.value); in symtable_visit_expr()
H A DPython-ast.c1325 " | YieldFrom(expr value)\n" in init_types()
1403 state->YieldFrom_type = make_type(state, "YieldFrom", state->expr_type, in init_types()
1405 "YieldFrom(expr value)"); in init_types()
2938 "field 'value' is required for YieldFrom"); in _PyAST_YieldFrom()
2945 p->v.YieldFrom.value = value; in _PyAST_YieldFrom()
4482 value = ast2obj_expr(state, o->v.YieldFrom.value); in ast2obj_expr()
9070 PyErr_SetString(PyExc_TypeError, "required field \"value\" missing from YieldFrom"); in obj2ast_expr()
9075 if (_Py_EnterRecursiveCall(" while traversing 'YieldFrom' node")) { in obj2ast_expr()
12070 if (PyModule_AddObjectRef(m, "YieldFrom", state->YieldFrom_type) < 0) { in astmodule_exec()
H A Dcompile.c5876 VISIT(c, expr, e->v.YieldFrom.value); in compiler_visit_expr1()

Completed in 39 milliseconds