Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dabstract.h9 #define PyObject_CallMethod _PyObject_CallMethod_SizeT macro
/external/python/cpython3/Include/
Dabstract.h140 # define PyObject_CallMethod _PyObject_CallMethod_SizeT macro
/external/python/cpython3/Objects/
Dcall.c1032 PyObject_CallMethod(PyObject *obj, const char *name, const char *format, ...) in PyObject_CallMethod() function
/external/python/cpython2/Objects/
Dabstract.c2624 PyObject_CallMethod(PyObject *o, char *name, char *format, ...) function