Home
last modified time | relevance | path

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

/third_party/boost/boost/python/
Dcall_method.hpp62 PyEval_CallMethod(
/third_party/python/Include/
Dceval.h28 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
/third_party/libxml2/python/
Dlibxml.c260 ret = PyEval_CallMethod(file, (char *) "close", (char *) "()"); in xmlPythonFileCloseRaw()
290 ret = PyEval_CallMethod(file, (char *) "read", (char *) "(i)", len); in xmlPythonFileReadRaw()
355 ret = PyEval_CallMethod(file, (char *) "io_read", (char *) "(i)", len); in xmlPythonFileRead()
423 ret = PyEval_CallMethod(file, (char *) "io_write", (char *) "(O)", in xmlPythonFileWrite()
426 ret = PyEval_CallMethod(file, (char *) "write", (char *) "(O)", in xmlPythonFileWrite()
462 ret = PyEval_CallMethod(file, (char *) "io_close", (char *) "()"); in xmlPythonFileClose()
464 ret = PyEval_CallMethod(file, (char *) "flush", (char *) "()"); in xmlPythonFileClose()
/third_party/python/PC/
Dpython3.def164 PyEval_CallMethod=python39.PyEval_CallMethod
/third_party/python/Objects/
Dcall.c647 PyEval_CallMethod(PyObject *obj, const char *name, const char *format, ...) in PyEval_CallMethod() function
/third_party/python/Doc/whatsnew/
D3.9.rst1176 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
/third_party/python/Misc/
DNEWS5843 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are
DHISTORY29232 PyEval_CallMethod().