Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c5061 PyObject *ao_iterator; member
5080 ao->ao_iterator = v; in awaitObject_new()
5089 Py_CLEAR(ao->ao_iterator); in awaitObject_dealloc()
5097 Py_INCREF(ao->ao_iterator); in awaitObject_await()
5098 return ao->ao_iterator; in awaitObject_await()