Home
last modified time | relevance | path

Searched defs:PyObject_CallMethod (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h9 #define PyObject_CallMethod _PyObject_CallMethod_SizeT macro
/external/python/cpython2/Objects/
Dabstract.c2627 PyObject_CallMethod(PyObject *o, char *name, char *format, ...) function