Searched refs:PyObject_VectorcallMethod (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython3/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()
|
| /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 | 744 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``,
|
| /external/python/cpython3/Doc/data/ |
| D | python3.10.abi | 553 …<elf-symbol name='PyObject_VectorcallMethod' type='func-type' binding='global-binding' visibility=… 3984 …<function-decl name='PyObject_VectorcallMethod' mangled-name='PyObject_VectorcallMethod' filepath=… 4692 …PyObject_VectorcallMethod' mangled-name='PyObject_VectorcallMethod' filepath='Objects/call.c' line…
|