Searched refs:PyVectorcall_Function (Results 1 – 6 of 6) sorted by relevance
62 PyVectorcall_Function(PyObject *callable) in PyVectorcall_Function() function109 func = PyVectorcall_Function(callable); in _PyObject_VectorcallTstate()131 #define _PyVectorcall_Function PyVectorcall_Function
134 vectorcallfunc func = PyVectorcall_Function(callable); in _PyObject_FastCallDictTstate()289 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``.
947 ``PyVectorcall_Function``, ``PyObject_CallOneArg``,
994 ``PyVectorcall_Function()``. Patch by Andreas Schneider, Antoine Pitrou and
271 if (PyVectorcall_Function(pto->fn) == NULL) { in partial_setvectorcall()