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/ |
D | ceval.h | 36 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | ceval.h | 36 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | ceval.h | 36 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | ceval.h | 36 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | ceval.h | 36 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction(
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | ceval.h | 17 PyAPI_FUNC(PyObject *) PyEval_CallFunction(PyObject *obj,
|
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 156 PyEval_CallFunction
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | modsupport.c | 569 PyEval_CallFunction(PyObject *obj, const char *format, ...) in PyEval_CallFunction() function
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 569 PyEval_CallFunction(PyObject *callable, const char *format, ...) in PyEval_CallFunction() function
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1000 "PyEval_CallFunction"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 239 EXPORT_FUNC(PyEval_CallFunction)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 179 function,PyEval_CallFunction,3.2,,
|
D | python3.11.abi | 197 …<elf-symbol name='PyEval_CallFunction' type='func-type' binding='global-binding' visibility='defau… 7233 …PyEval_CallFunction' mangled-name='PyEval_CallFunction' filepath='Objects/call.c' line='569' colum…
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 666 [function.PyEval_CallFunction]
|
D | HISTORY | 29231 - Added missing prototypes for PyEval_CallFunction() and
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 1201 * The functions ``PyEval_CallObject``, ``PyEval_CallFunction``,
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 5629 The functions ``PyEval_CallObject``, ``PyEval_CallFunction``,
|
/aosp_15_r20/external/python/cpython2/Misc/ |
D | HISTORY | 11852 - Added missing prototypes for PyEval_CallFunction() and
|