Searched refs:PyObject_VectorcallMethod (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | abstract.h | 72 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod 99 PyAPI_FUNC(PyObject *) PyObject_VectorcallMethod( 107 return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL); in PyObject_CallMethodNoArgs() 116 return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL); in PyObject_CallMethodOneArg() 148 return PyObject_VectorcallMethod(oname, args, nargsf, kwnames); in _PyObject_VectorcallMethodId()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | abstract.h | 72 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod 99 PyAPI_FUNC(PyObject *) PyObject_VectorcallMethod( 107 return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL); in PyObject_CallMethodNoArgs() 116 return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL); in PyObject_CallMethodOneArg() 148 return PyObject_VectorcallMethod(oname, args, nargsf, kwnames); in _PyObject_VectorcallMethodId()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | abstract.h | 72 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod 99 PyAPI_FUNC(PyObject *) PyObject_VectorcallMethod( 107 return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL); in PyObject_CallMethodNoArgs() 116 return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL); in PyObject_CallMethodOneArg() 148 return PyObject_VectorcallMethod(oname, args, nargsf, kwnames); in _PyObject_VectorcallMethodId()
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | abstract.h | 72 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod 99 PyAPI_FUNC(PyObject *) PyObject_VectorcallMethod( 107 return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL); in PyObject_CallMethodNoArgs() 116 return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL); in PyObject_CallMethodOneArg() 148 return PyObject_VectorcallMethod(oname, args, nargsf, kwnames); in _PyObject_VectorcallMethodId()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | abstract.h | 72 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod 99 PyAPI_FUNC(PyObject *) PyObject_VectorcallMethod( 107 return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL); in PyObject_CallMethodNoArgs() 116 return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL); in PyObject_CallMethodOneArg() 148 return PyObject_VectorcallMethod(oname, args, nargsf, kwnames); in _PyObject_VectorcallMethodId()
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | call.rst | 94 For :c:func:`PyObject_VectorcallMethod`, this flag means instead that 215 | :c:func:`PyObject_VectorcallMethod` | arg + name | vectorcall | vectorcall | 379 .. c:function:: PyObject* PyObject_VectorcallMethod(PyObject *name, PyObject *const *args, size_t n…
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 829 PyObject_VectorcallMethod(PyObject *name, PyObject *const *args, in PyObject_VectorcallMethod() function
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 946 ``PyObject_Vectorcall``, ``PyObject_VectorcallMethod``,
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 569 …<elf-symbol name='PyObject_VectorcallMethod' type='func-type' binding='global-binding' visibility=… 7178 …PyObject_VectorcallMethod' mangled-name='PyObject_VectorcallMethod' filepath='Objects/call.c' line…
|