Searched refs:PyObject_VectorcallMethod (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/cpython/ |
D | abstract.h | 129 #define _PyObject_VectorcallMethod PyObject_VectorcallMethod 187 PyAPI_FUNC(PyObject *) PyObject_VectorcallMethod( 194 return PyObject_VectorcallMethod(name, &self, in PyObject_CallMethodNoArgs() 204 return PyObject_VectorcallMethod(name, args, in PyObject_CallMethodOneArg() 233 return PyObject_VectorcallMethod(oname, args, nargsf, kwnames); in _PyObject_VectorcallMethodId()
|
/third_party/python/Doc/c-api/ |
D | call.rst | 94 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…
|
/third_party/python/Objects/ |
D | call.c | 744 PyObject_VectorcallMethod(PyObject *name, PyObject *const *args, in PyObject_VectorcallMethod() function
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 946 ``PyObject_Vectorcall``, ``PyObject_VectorcallMethod``,
|