Home
last modified time | relevance | path

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

/third_party/python/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()
/third_party/python/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…
/third_party/python/Objects/
Dcall.c829 PyObject_VectorcallMethod(PyObject *name, PyObject *const *args, in PyObject_VectorcallMethod() function
/third_party/python/Misc/
DNEWS13903 functions ``PyObject_Vectorcall``, ``PyObject_VectorcallMethod``,