Searched refs:PyAsyncMethods (Results 1 – 6 of 6) sorted by relevance
12 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
311 } PyAsyncMethods; typedef357 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)465 PyAsyncMethods as_async;
974 static PyAsyncMethods coro_as_async = {1370 static PyAsyncMethods async_gen_as_async = {1602 static PyAsyncMethods async_gen_asend_as_async = {1956 static PyAsyncMethods async_gen_athrow_as_async = {
227 .. c:member:: PyAsyncMethods* tp_as_async1376 .. c:type:: PyAsyncMethods1387 } PyAsyncMethods;1389 .. c:member:: unaryfunc PyAsyncMethods.am_await1400 .. c:member:: unaryfunc PyAsyncMethods.am_aiter1411 .. c:member:: unaryfunc PyAsyncMethods.am_anext
1396 static PyAsyncMethods FutureType_as_async = {
5101 static PyAsyncMethods awaitType_as_async = {