Searched refs:PyAsyncMethods (Results 1 – 8 of 8) sorted by relevance
182 } PyAsyncMethods; typedef204 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)281 PyAsyncMethods as_async;
12 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
959 static PyAsyncMethods coro_as_async = {1357 static PyAsyncMethods async_gen_as_async = {1599 static PyAsyncMethods async_gen_asend_as_async = {1989 static PyAsyncMethods async_gen_athrow_as_async = {
60 …| :c:member:`~PyTypeObject.tp_as_async` | :c:type:`PyAsyncMethods` * | :ref:`sub-s…196 …| :c:member:`~PyAsyncMethods.am_await` | :c:type:`unaryfunc` | __…198 …| :c:member:`~PyAsyncMethods.am_aiter` | :c:type:`unaryfunc` | __…200 …| :c:member:`~PyAsyncMethods.am_anext` | :c:type:`unaryfunc` | __…764 .. c:member:: PyAsyncMethods* PyTypeObject.tp_as_async2295 .. c:type:: PyAsyncMethods2306 } PyAsyncMethods;2308 .. c:member:: unaryfunc PyAsyncMethods.am_await2319 .. c:member:: unaryfunc PyAsyncMethods.am_aiter2330 .. c:member:: unaryfunc PyAsyncMethods.am_anext
222 :c:type:`PyAsyncMethods` with an added ``Py_`` prefix.
41 Objects/genobject.c - async_gen_as_async variable static PyAsyncMethods async_gen_as_async42 Objects/genobject.c - async_gen_asend_as_async variable static PyAsyncMethods async_gen_asend_as_as…44 Objects/genobject.c - async_gen_athrow_as_async variable static PyAsyncMethods async_gen_athrow_as_…157 Objects/genobject.c - coro_as_async variable static PyAsyncMethods coro_as_async
1484 static PyAsyncMethods FutureType_as_async = {
5872 static PyAsyncMethods awaitType_as_async = {