Home
last modified time | relevance | path

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/
Dceval.h38 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
/aosp_15_r20/external/python/cpython3/Include/
Dceval.h38 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dceval.h38 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dceval.h38 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dceval.h38 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
/aosp_15_r20/external/python/cpython2/Include/
Dceval.h19 PyAPI_FUNC(PyObject *) PyEval_CallMethod(PyObject *obj,
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def157 PyEval_CallMethod
/aosp_15_r20/external/python/cpython2/Python/
Dmodsupport.c591 PyEval_CallMethod(PyObject *obj, const char *methodname, const char *format, ...) in PyEval_CallMethod() function
/aosp_15_r20/external/python/cpython3/Objects/
Dcall.c639 PyEval_CallMethod(PyObject *obj, const char *name, const char *format, ...) in PyEval_CallMethod() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1001 "PyEval_CallMethod"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c240 EXPORT_FUNC(PyEval_CallMethod)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat180 function,PyEval_CallMethod,3.2,,
Dpython3.11.abi198 …<elf-symbol name='PyEval_CallMethod' type='func-type' binding='global-binding' visibility='default…
7213PyEval_CallMethod' mangled-name='PyEval_CallMethod' filepath='Objects/call.c' line='639' column='1…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml668 [function.PyEval_CallMethod]
DHISTORY29232 PyEval_CallMethod().
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1202 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c3518 res = PyEval_CallMethod(copyreg, "_reduce_ex", "(Oi)", self, proto); in _common_reduce()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst5630 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY11853 PyEval_CallMethod().