Searched refs:PyVectorcall_Function (Results 1 – 5 of 5) sorted by relevance
66 PyVectorcall_Function(PyObject *callable) in PyVectorcall_Function() function113 func = PyVectorcall_Function(callable); in _PyObject_VectorcallTstate()135 #define _PyVectorcall_Function PyVectorcall_Function
110 vectorcallfunc func = PyVectorcall_Function(callable); in _PyObject_FastCallDictTstate()264 if (PyVectorcall_Function(callable) != NULL) { in _PyObject_Call()
151 .. c:function:: vectorcallfunc PyVectorcall_Function(PyObject *op)159 which can be done by checking ``PyVectorcall_Function(op) != NULL``.
215 if (PyVectorcall_Function(pto->fn) == NULL) { in partial_setvectorcall()
947 ``PyVectorcall_Function``, ``PyObject_CallOneArg``,