Searched refs:_PyVectorcall_Function (Results 1 – 8 of 8) sorted by relevance
74 #define _PyVectorcall_Function PyVectorcall_Function macro
133 vectorcallfunc func = _PyVectorcall_Function(callable); in _PyObject_FastCallDictTstate()326 vectorcallfunc vector_func = _PyVectorcall_Function(callable); in _PyObject_Call()
112 ``_PyObject_VectorcallMethod``, ``_PyVectorcall_Function``,
272 if (_PyVectorcall_Function(pto->fn) == NULL) { in partial_setvectorcall()