Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobject.h182 } PyAsyncMethods; typedef
204 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
281 PyAsyncMethods as_async;
/external/python/cpython3/Doc/includes/
Dtypestruct.h12 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
/external/python/cpython3/Objects/
Dgenobject.c959 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 = {
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst60 …| :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_async
2295 .. c:type:: PyAsyncMethods
2306 } PyAsyncMethods;
2308 .. c:member:: unaryfunc PyAsyncMethods.am_await
2319 .. c:member:: unaryfunc PyAsyncMethods.am_aiter
2330 .. c:member:: unaryfunc PyAsyncMethods.am_anext
Dtype.rst222 :c:type:`PyAsyncMethods` with an added ``Py_`` prefix.
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv41 Objects/genobject.c - async_gen_as_async variable static PyAsyncMethods async_gen_as_async
42 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
/external/python/cpython3/Modules/
D_asynciomodule.c1484 static PyAsyncMethods FutureType_as_async = {
D_testcapimodule.c5872 static PyAsyncMethods awaitType_as_async = {