Home
last modified time | relevance | path

Searched refs:PyObject_VectorcallMethod (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/cpython/
Dabstract.h133 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod
191 PyAPI_FUNC(PyObject *) PyObject_VectorcallMethod(
198 return PyObject_VectorcallMethod(name, &self, in PyObject_CallMethodNoArgs()
208 return PyObject_VectorcallMethod(name, args, in PyObject_CallMethodOneArg()
237 return PyObject_VectorcallMethod(oname, args, nargsf, kwnames); in _PyObject_VectorcallMethodId()
/external/python/cpython3/Doc/c-api/
Dcall.rst94 For :c:func:`PyObject_VectorcallMethod`, this flag means instead that
221 | :c:func:`PyObject_VectorcallMethod` | arg + name | vectorcall | vectorcall |
395 .. c:function:: PyObject* PyObject_VectorcallMethod(PyObject *name, PyObject *const *args, size_t n…
/external/python/cpython3/Objects/
Dcall.c801 PyObject_VectorcallMethod(PyObject *name, PyObject *const *args, in PyObject_VectorcallMethod() function
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst946 ``PyObject_Vectorcall``, ``PyObject_VectorcallMethod``,