Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dceval.h19 PyAPI_FUNC(PyObject *) PyEval_CallMethod(PyObject *obj,
/external/python/cpython2/PC/os2vacpp/
Dpython.def157 PyEval_CallMethod
/external/libxml2/python/
Dlibxml.c259 ret = PyEval_CallMethod(file, (char *) "close", (char *) "()"); in xmlPythonFileCloseRaw()
289 ret = PyEval_CallMethod(file, (char *) "read", (char *) "(i)", len); in xmlPythonFileReadRaw()
354 ret = PyEval_CallMethod(file, (char *) "io_read", (char *) "(i)", len); in xmlPythonFileRead()
422 ret = PyEval_CallMethod(file, (char *) "io_write", (char *) "(O)", in xmlPythonFileWrite()
425 ret = PyEval_CallMethod(file, (char *) "write", (char *) "(O)", in xmlPythonFileWrite()
461 ret = PyEval_CallMethod(file, (char *) "io_close", (char *) "()"); in xmlPythonFileClose()
463 ret = PyEval_CallMethod(file, (char *) "flush", (char *) "()"); in xmlPythonFileClose()
/external/python/cpython2/Python/
Dmodsupport.c591 PyEval_CallMethod(PyObject *obj, const char *methodname, const char *format, ...) in PyEval_CallMethod() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1001 "PyEval_CallMethod"
/external/python/cpython2/Objects/
Dtypeobject.c3455 res = PyEval_CallMethod(copyreg, "_reduce_ex", "(Oi)", self, proto); in _common_reduce()
/external/python/cpython2/Misc/
DHISTORY11853 PyEval_CallMethod().