Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dabstract.h72 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dabstract.h72 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dabstract.h72 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod macro
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dabstract.h72 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dabstract.h72 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod macro
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcall.rst112 ``_PyObject_VectorcallMethod``, ``_PyVectorcall_Function``,
/aosp_15_r20/external/python/cpython3/Objects/
Ddescrobject.c1109 return _PyObject_VectorcallMethod(&_Py_ID(get), newargs, in mappingproxy_get()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst681 opcode and the ``_PyObject_VectorcallMethod`` C API.
5699 :c:func:`_PyObject_VectorcallMethod`, :c:func:`_PyObject_CallMethodNoArgs`