Searched refs:PyAsyncMethods (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/python/cpython3/Objects/ |
D | typeslots.inc | 78 {offsetof(PyAsyncMethods, am_await), offsetof(PyTypeObject, tp_as_async)}, 79 {offsetof(PyAsyncMethods, am_aiter), offsetof(PyTypeObject, tp_as_async)}, 80 {offsetof(PyAsyncMethods, am_anext), offsetof(PyTypeObject, tp_as_async)}, 82 {offsetof(PyAsyncMethods, am_send), offsetof(PyTypeObject, tp_as_async)},
|
D | genobject.c | 830 static PyAsyncMethods gen_as_async = { 1178 static PyAsyncMethods coro_as_async = { 1568 static PyAsyncMethods async_gen_as_async = { 1840 static PyAsyncMethods async_gen_asend_as_async = { 2260 static PyAsyncMethods async_gen_athrow_as_async = {
|
D | iterobject.c | 457 static PyAsyncMethods anextawaitable_as_async = {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | object.h | 135 } PyAsyncMethods; typedef 159 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2) 244 PyAsyncMethods as_async;
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | object.h | 135 } PyAsyncMethods; typedef 159 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2) 244 PyAsyncMethods as_async;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | object.h | 135 } PyAsyncMethods; typedef 159 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2) 244 PyAsyncMethods as_async;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | object.h | 135 } PyAsyncMethods; typedef 159 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2) 244 PyAsyncMethods as_async;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | object.h | 135 } PyAsyncMethods; typedef 159 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2) 244 PyAsyncMethods as_async;
|
/aosp_15_r20/external/python/cpython3/Doc/includes/ |
D | typestruct.h | 12 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | typeobj.rst | 60 …| :c:member:`~PyTypeObject.tp_as_async` | :c:type:`PyAsyncMethods` * | :ref:`sub-s… 202 …| :c:member:`~PyAsyncMethods.am_await` | :c:type:`unaryfunc` | __… 204 …| :c:member:`~PyAsyncMethods.am_aiter` | :c:type:`unaryfunc` | __… 206 …| :c:member:`~PyAsyncMethods.am_anext` | :c:type:`unaryfunc` | __… 208 …| :c:member:`~PyAsyncMethods.am_send` | :c:type:`sendfunc` | … 789 .. c:member:: PyAsyncMethods* PyTypeObject.tp_as_async 2433 .. c:type:: PyAsyncMethods 2445 } PyAsyncMethods; 2447 .. c:member:: unaryfunc PyAsyncMethods.am_await 2458 .. c:member:: unaryfunc PyAsyncMethods.am_aiter [all …]
|
D | type.rst | 269 :c:type:`PyAsyncMethods` with an added ``Py_`` prefix.
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _asynciomodule.c | 1465 static PyAsyncMethods FutureType_as_async = { 1739 static PyAsyncMethods FutureIterType_as_async = {
|
D | _testcapimodule.c | 7041 static PyAsyncMethods awaitType_as_async = {
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0a3.rst | 1481 Add dedicated entry to PyAsyncMethods for sending values
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 1020 # PyAsyncMethods
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 2315 …<typedef-decl name='PyAsyncMethods' type-id='type-id-121' filepath='./Include/cpython/object.h' li…
|