Home
last modified time | relevance | path

Searched refs:am_anext (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
H A Dobject.h133 unaryfunc am_anext; member
/third_party/python/Python/
H A Dbltinmodule.c1664 if (t->tp_as_async == NULL || t->tp_as_async->am_anext == NULL) { in builtin_anext_impl()
1671 awaitable = (*t->tp_as_async->am_anext)(aiterator); in builtin_anext_impl()
H A Dceval.c2482 Py_TYPE(iter)->tp_as_async->am_anext == NULL) {
2505 awaitable = type->tp_as_async->am_anext(aiter);
2511 getter = type->tp_as_async->am_anext;
/third_party/python/Objects/
H A Dabstract.c2849 tp->tp_as_async->am_anext != NULL && in PyAIter_Check()
2850 tp->tp_as_async->am_anext != &_PyObject_NextNotImplemented); in PyAIter_Check()
H A Dtypeobject.c5924 COPYASYNC(am_anext); in inherit_slots()
8097 AMSLOT("__anext__", am_anext, slot_am_anext, wrap_unaryfunc,

Completed in 29 milliseconds