Home
last modified time | relevance | path

Searched refs:PyEval_CallMethod (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Include/
Dceval.h28 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
/external/python/cpython2/Include/
Dceval.h19 PyAPI_FUNC(PyObject *) PyEval_CallMethod(PyObject *obj,
/external/python/cpython2/PC/os2vacpp/
Dpython.def157 PyEval_CallMethod
/external/python/cpython2/Python/
Dmodsupport.c591 PyEval_CallMethod(PyObject *obj, const char *methodname, const char *format, ...) in PyEval_CallMethod() function
/external/python/cpython3/Objects/
Dcall.c589 PyEval_CallMethod(PyObject *obj, const char *name, const char *format, ...) in PyEval_CallMethod() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1001 "PyEval_CallMethod"
/external/python/cpython3/PC/
Dpython3dll.c234 EXPORT_FUNC(PyEval_CallMethod)
/external/python/cpython3/Doc/data/
Dstable_abi.dat170 function,PyEval_CallMethod,3.2,
Dpython3.10.abi194 …<elf-symbol name='PyEval_CallMethod' type='func-type' binding='global-binding' visibility='default…
4721PyEval_CallMethod' mangled-name='PyEval_CallMethod' filepath='Objects/call.c' line='589' column='1…
/external/python/cpython3/Misc/
Dstable_abi.txt578 function PyEval_CallMethod
DHISTORY29232 PyEval_CallMethod().
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1204 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
/external/python/cpython2/Objects/
Dtypeobject.c3518 res = PyEval_CallMethod(copyreg, "_reduce_ex", "(Oi)", self, proto); in _common_reduce()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst5630 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
/external/python/cpython2/Misc/
DHISTORY11853 PyEval_CallMethod().