Searched defs:PyObject_CallMethod (Results 1 – 4 of 4) sorted by relevance
9 #define PyObject_CallMethod _PyObject_CallMethod_SizeT macro
140 # define PyObject_CallMethod _PyObject_CallMethod_SizeT macro
1032 PyObject_CallMethod(PyObject *obj, const char *name, const char *format, ...) in PyObject_CallMethod() function
2624 PyObject_CallMethod(PyObject *o, char *name, char *format, ...) function