Home
last modified time | relevance | path

Searched refs:PyVectorcall_Function (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/cpython/
Dabstract.h66 PyVectorcall_Function(PyObject *callable) in PyVectorcall_Function() function
113 func = PyVectorcall_Function(callable); in _PyObject_VectorcallTstate()
135 #define _PyVectorcall_Function PyVectorcall_Function
/external/python/cpython3/Objects/
Dcall.c110 vectorcallfunc func = PyVectorcall_Function(callable); in _PyObject_FastCallDictTstate()
264 if (PyVectorcall_Function(callable) != NULL) { in _PyObject_Call()
/external/python/cpython3/Doc/c-api/
Dcall.rst151 .. c:function:: vectorcallfunc PyVectorcall_Function(PyObject *op)
159 which can be done by checking ``PyVectorcall_Function(op) != NULL``.
/external/python/cpython3/Modules/
D_functoolsmodule.c215 if (PyVectorcall_Function(pto->fn) == NULL) { in partial_setvectorcall()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst947 ``PyVectorcall_Function``, ``PyObject_CallOneArg``,