Home | History | Annotate | Download | only in Python

Lines Matching refs:awaitable

1696             PyObject *awaitable = NULL;
1701 awaitable = type->tp_as_async->am_anext(aiter);
1702 if (awaitable == NULL) {
1725 awaitable = _PyCoro_GetAwaitableIter(next_iter);
1726 if (awaitable == NULL) {
1740 PUSH(awaitable);
1761 awaited, `yf` is a pointer to the current awaitable