Searched defs:YieldFrom (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ |
D | Python-ast.h | 309 } YieldFrom; member 611 #define YieldFrom(a0, a1, a2, a3, a4, a5) _Py_YieldFrom(a0, a1, a2, a3, a4, a5) macro
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 2891 YieldFrom(expr_ty value, int lineno, int col_offset, int end_lineno, int in YieldFrom() function
|