Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dabstract.h62 PyAPI_FUNC(vectorcallfunc) PyVectorcall_Function(PyObject *callable);
74 #define _PyVectorcall_Function PyVectorcall_Function
/external/python/cpython3/Objects/
Dgenericaliasobject.c592 PyObject *obj = PyVectorcall_Function(alias->origin)(alias->origin, args, nargsf, kwnames); in ga_vectorcall()
812 if (PyVectorcall_Function(origin) != NULL) { in setup_ga()
Dcall.c229 PyVectorcall_Function(PyObject *callable) in PyVectorcall_Function() function
/external/python/cpython3/Doc/c-api/
Dcall.rst149 .. c:function:: vectorcallfunc PyVectorcall_Function(PyObject *op)
157 which can be done by checking ``PyVectorcall_Function(op) != NULL``.
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst947 ``PyVectorcall_Function``, ``PyObject_CallOneArg``,
D3.10.0a4.rst994 ``PyVectorcall_Function()``. Patch by Andreas Schneider, Antoine Pitrou and
/external/python/cpython3/Doc/data/
Dpython3.11.abi846 …<elf-symbol name='PyVectorcall_Function' type='func-type' binding='global-binding' visibility='def…
7314PyVectorcall_Function' mangled-name='PyVectorcall_Function' filepath='Objects/call.c' line='229' c…