Home
last modified time | relevance | path

Searched refs:am_aiter (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Dobject.h132 unaryfunc am_aiter; member
/third_party/python/Objects/
H A Dabstract.c2821 if (t->tp_as_async == NULL || t->tp_as_async->am_aiter == NULL) { in PyObject_GetAIter()
2824 f = t->tp_as_async->am_aiter; in PyObject_GetAIter()
H A Dtypeobject.c5923 COPYASYNC(am_aiter); in inherit_slots()
8095 AMSLOT("__aiter__", am_aiter, slot_am_aiter, wrap_unaryfunc,
/third_party/python/Python/
H A Dceval.c2460 getter = type->tp_as_async->am_aiter;

Completed in 29 milliseconds