Home
last modified time | relevance | path

Searched defs:YieldFrom (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
DPython-ast.h286 } YieldFrom; member
560 #define YieldFrom(a0, a1, a2, a3) _Py_YieldFrom(a0, a1, a2, a3) macro
/external/python/cpython3/Python/
DPython-ast.c2030 YieldFrom(expr_ty value, int lineno, int col_offset, PyArena *arena) in YieldFrom() function