Searched refs:_PyFunction_Vectorcall (Results 1 – 3 of 3) sorted by relevance
72 PyAPI_FUNC(PyObject *) _PyFunction_Vectorcall(
332 _PyFunction_Vectorcall(PyObject *func, PyObject* const* stack, in _PyFunction_Vectorcall() function
79 op->vectorcall = _PyFunction_Vectorcall; in PyFunction_NewWithQualName()