Searched refs:_PyVectorcall_Function (Results 1 – 3 of 3) sorted by relevance
81 _PyVectorcall_Function(PyObject *callable) in _PyVectorcall_Function() function122 func = _PyVectorcall_Function(callable); in _PyObject_Vectorcall()
88 vectorcallfunc func = _PyVectorcall_Function(callable); in _PyObject_FastCallDict()226 if (_PyVectorcall_Function(callable) != NULL) { in PyObject_Call()
110 pto->use_fastcall = (_PyVectorcall_Function(func) != NULL); in partial_new()368 pto->use_fastcall = (_PyVectorcall_Function(fn) != NULL); in partial_setstate()