Home
last modified time | relevance | path

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/
Dabstract.h72 #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/
Dabstract.h72 #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/
Dabstract.h72 #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/
Dabstract.h72 #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/
Dabstract.h72 #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/
Dcall.rst94 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/
Dcall.c829 PyObject_VectorcallMethod(PyObject *name, PyObject *const *args, in PyObject_VectorcallMethod() function
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst946 ``PyObject_Vectorcall``, ``PyObject_VectorcallMethod``,
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi569 …<elf-symbol name='PyObject_VectorcallMethod' type='func-type' binding='global-binding' visibility=…
7178PyObject_VectorcallMethod' mangled-name='PyObject_VectorcallMethod' filepath='Objects/call.c' line…