Home
last modified time | relevance | path

Searched refs:_PyFunction_Vectorcall (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/
Dfuncobject.h72 PyAPI_FUNC(PyObject *) _PyFunction_Vectorcall(
/third_party/python/Objects/
Dcall.c332 _PyFunction_Vectorcall(PyObject *func, PyObject* const* stack, in _PyFunction_Vectorcall() function
Dfuncobject.c79 op->vectorcall = _PyFunction_Vectorcall; in PyFunction_NewWithQualName()