Searched refs:PyEval_CallObjectWithKeywords (Results 1 – 7 of 7) sorted by relevance
27 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(34 PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
405 PyEval_CallObjectWithKeywords(PyObject *callable, in PyEval_CallObjectWithKeywords() function
241 EXPORT_FUNC(PyEval_CallObjectWithKeywords)
181 function,PyEval_CallObjectWithKeywords,3.2,,
670 [function.PyEval_CallObjectWithKeywords]
16543 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are24157 - bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. It27996 - bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. It
1202 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.