Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeslots.inc79 offsetof(PyHeapTypeObject, as_async.am_aiter),
Dtypeobject.c5247 COPYASYNC(am_aiter); in inherit_slots()
7179 AMSLOT("__aiter__", am_aiter, slot_am_aiter, wrap_unaryfunc,
/external/python/cpython3/Include/cpython/
Dobject.h180 unaryfunc am_aiter; member
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst198 …| :c:member:`~PyAsyncMethods.am_aiter` | :c:type:`unaryfunc` | __…
2304 unaryfunc am_aiter;
2319 .. c:member:: unaryfunc PyAsyncMethods.am_aiter
2323 PyObject *am_aiter(PyObject *self);
/external/python/cpython3/Python/
Dceval.c2066 getter = type->tp_as_async->am_aiter; in _PyEval_EvalFrameDefault()