Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dceval.h36 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction(
/aosp_15_r20/external/python/cpython3/Include/
Dceval.h36 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dceval.h36 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dceval.h36 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dceval.h36 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction(
/aosp_15_r20/external/python/cpython2/Include/
Dceval.h17 PyAPI_FUNC(PyObject *) PyEval_CallFunction(PyObject *obj,
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def156 PyEval_CallFunction
/aosp_15_r20/external/python/cpython2/Python/
Dmodsupport.c569 PyEval_CallFunction(PyObject *obj, const char *format, ...) in PyEval_CallFunction() function
/aosp_15_r20/external/python/cpython3/Objects/
Dcall.c569 PyEval_CallFunction(PyObject *callable, const char *format, ...) in PyEval_CallFunction() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1000 "PyEval_CallFunction"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c239 EXPORT_FUNC(PyEval_CallFunction)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat179 function,PyEval_CallFunction,3.2,,
Dpython3.11.abi197 …<elf-symbol name='PyEval_CallFunction' type='func-type' binding='global-binding' visibility='defau…
7233PyEval_CallFunction' mangled-name='PyEval_CallFunction' filepath='Objects/call.c' line='569' colum…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml666 [function.PyEval_CallFunction]
DHISTORY29231 - Added missing prototypes for PyEval_CallFunction() and
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1201 * The functions ``PyEval_CallObject``, ``PyEval_CallFunction``,
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst5629 The functions ``PyEval_CallObject``, ``PyEval_CallFunction``,
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY11852 - Added missing prototypes for PyEval_CallFunction() and