Home | History | Annotate | Download | only in Python

Lines Matching refs:aiter

1697             PyObject *aiter = TOP();
1698 PyTypeObject *type = Py_TYPE(aiter);
1700 if (PyAsyncGen_CheckExact(aiter)) {
1701 awaitable = type->tp_as_async->am_anext(aiter);
1711 next_iter = (*getter)(aiter);