Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeslots.inc80 offsetof(PyHeapTypeObject, as_async.am_anext),
Dtypeobject.c5013 COPYASYNC(am_anext); in inherit_slots()
6849 AMSLOT("__anext__", am_anext, slot_am_anext, wrap_unaryfunc,
/external/python/cpython3/Include/
Dobject.h310 unaryfunc am_anext; member
/external/python/cpython3/Python/
Dceval.c1677 Py_TYPE(iter)->tp_as_async->am_anext == NULL) { in _PyEval_EvalFrameDefault()
1701 awaitable = type->tp_as_async->am_anext(aiter); in _PyEval_EvalFrameDefault()
1707 getter = type->tp_as_async->am_anext; in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst1386 unaryfunc am_anext;
1411 .. c:member:: unaryfunc PyAsyncMethods.am_anext
1415 PyObject *am_anext(PyObject *self)