Searched refs:YieldFrom (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython3/Parser/ |
D | Python.asdl | 72 | YieldFrom(expr value)
|
/external/python/cpython3/Lib/test/ |
D | test_unparse.py | 342 self.check_invalid(ast.YieldFrom(value=None))
|
D | test_ast.py | 1395 self.expr(ast.YieldFrom(ast.Name("x", ast.Store())), "must have Load")
|
/external/python/cpython3/Python/ |
D | ast_unparse.c | 829 APPEND_EXPR(e->v.YieldFrom.value, PR_TEST); in append_ast_yield_from()
|
D | ast_opt.c | 550 CALL(astfold_expr, expr_ty, node_->v.YieldFrom.value); in astfold_expr()
|
D | ast.c | 291 ret = validate_expr(state, exp->v.YieldFrom.value, Load); in validate_expr()
|
D | symtable.c | 1666 VISIT(st, expr, e->v.YieldFrom.value); in symtable_visit_expr()
|
D | Python-ast.c | 2908 p->v.YieldFrom.value = value; in _PyAST_YieldFrom() 4400 value = ast2obj_expr(state, o->v.YieldFrom.value); in ast2obj_expr()
|
D | compile.c | 5231 VISIT(c, expr, e->v.YieldFrom.value); in compiler_visit_expr1()
|
/external/python/cpython3/Include/internal/ |
D | pycore_ast.h | 415 } YieldFrom; member
|
/external/python/cpython3/Doc/library/ |
D | ast.rst | 355 :class:`Name`, a :class:`Lambda`, a :class:`Yield` or :class:`YieldFrom` node. 1738 YieldFrom(value) 1757 value=YieldFrom(
|
/external/python/cpython3/Misc/ |
D | HISTORY | 4597 - Issue #16546: Fix: ast.YieldFrom argument is now mandatory.
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 13579 …<var-decl name='YieldFrom' type-id='type-id-551' visibility='default' filepath='./Include/internal…
|