Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
DPython-ast.h309 } YieldFrom; member
611 #define YieldFrom(a0, a1, a2, a3, a4, a5) _Py_YieldFrom(a0, a1, a2, a3, a4, a5) macro
/external/python/cpython3/Python/
DPython-ast.c2891 YieldFrom(expr_ty value, int lineno, int col_offset, int end_lineno, int in YieldFrom() function