Home
last modified time | relevance | path

Searched refs:PyEval_CallFunction (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dceval.h26 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction(
/third_party/python/Objects/
Dcall.c518 PyEval_CallFunction(PyObject *callable, const char *format, ...) in PyEval_CallFunction() function
/third_party/python/Doc/data/
Dstable_abi.dat169 function,PyEval_CallFunction,3.2,
/third_party/python/PC/
Dpython3dll.c233 EXPORT_FUNC(PyEval_CallFunction)
/third_party/python/Misc/
Dstable_abi.txt576 function PyEval_CallFunction
DHISTORY29231 - Added missing prototypes for PyEval_CallFunction() and
/third_party/python/Doc/whatsnew/
D3.9.rst1186 * The functions ``PyEval_CallObject``, ``PyEval_CallFunction``,
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst5629 The functions ``PyEval_CallObject``, ``PyEval_CallFunction``,