Searched refs:PyEval_CallMethod (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/python/ |
D | call_method.hpp | 62 PyEval_CallMethod(
|
/third_party/python/Include/ |
D | ceval.h | 28 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallMethod(
|
/third_party/libxml2/python/ |
D | libxml.c | 260 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/ |
D | python3.def | 164 PyEval_CallMethod=python39.PyEval_CallMethod
|
/third_party/python/Objects/ |
D | call.c | 647 PyEval_CallMethod(PyObject *obj, const char *name, const char *format, ...) in PyEval_CallMethod() function
|
/third_party/python/Doc/whatsnew/ |
D | 3.9.rst | 1176 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
|
/third_party/python/Misc/ |
D | NEWS | 5843 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are
|
D | HISTORY | 29232 PyEval_CallMethod().
|