Searched refs:PyEval_CallMethod (Results 1 – 19 of 19) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | ceval.h | 38 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | ceval.h | 38 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | ceval.h | 38 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | ceval.h | 38 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | ceval.h | 38 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | ceval.h | 19 PyAPI_FUNC(PyObject *) PyEval_CallMethod(PyObject *obj,
|
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 157 PyEval_CallMethod
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | modsupport.c | 591 PyEval_CallMethod(PyObject *obj, const char *methodname, const char *format, ...) in PyEval_CallMethod() function
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 639 PyEval_CallMethod(PyObject *obj, const char *name, const char *format, ...) in PyEval_CallMethod() function
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1001 "PyEval_CallMethod"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 240 EXPORT_FUNC(PyEval_CallMethod)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 180 function,PyEval_CallMethod,3.2,,
|
D | python3.11.abi | 198 …<elf-symbol name='PyEval_CallMethod' type='func-type' binding='global-binding' visibility='default… 7213 …PyEval_CallMethod' mangled-name='PyEval_CallMethod' filepath='Objects/call.c' line='639' column='1…
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 668 [function.PyEval_CallMethod]
|
D | HISTORY | 29232 PyEval_CallMethod().
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 1202 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | typeobject.c | 3518 res = PyEval_CallMethod(copyreg, "_reduce_ex", "(Oi)", self, proto); in _common_reduce()
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 5630 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
|
/aosp_15_r20/external/python/cpython2/Misc/ |
D | HISTORY | 11853 PyEval_CallMethod().
|