Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/includes/
Dtypestruct.h12 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
/external/python/cpython3/Include/
Dobject.h311 } PyAsyncMethods; typedef
357 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
465 PyAsyncMethods as_async;
/external/python/cpython3/Objects/
Dgenobject.c974 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 = {
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst227 .. c:member:: PyAsyncMethods* tp_as_async
1376 .. c:type:: PyAsyncMethods
1387 } PyAsyncMethods;
1389 .. c:member:: unaryfunc PyAsyncMethods.am_await
1400 .. c:member:: unaryfunc PyAsyncMethods.am_aiter
1411 .. c:member:: unaryfunc PyAsyncMethods.am_anext
/external/python/cpython3/Modules/
D_asynciomodule.c1396 static PyAsyncMethods FutureType_as_async = {
D_testcapimodule.c5101 static PyAsyncMethods awaitType_as_async = {