Searched refs:PyObject_VectorcallMethod (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | abstract.h | 133 #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/ |
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…
|
/external/python/cpython3/Objects/ |
D | call.c | 801 PyObject_VectorcallMethod(PyObject *name, PyObject *const *args, in PyObject_VectorcallMethod() function
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 946 ``PyObject_Vectorcall``, ``PyObject_VectorcallMethod``,
|