Home | History | Annotate | Download | only in Python

Lines Matching full:firstiter

4590 _PyEval_SetAsyncGenFirstiter(PyObject *firstiter)
4594 Py_XINCREF(firstiter);
4595 Py_XSETREF(tstate->async_gen_firstiter, firstiter);