Home
last modified time | relevance | path

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

/third_party/python/Include/
Dabstract.h140 # define PyObject_CallMethod _PyObject_CallMethod_SizeT macro
/third_party/python/Objects/
Dcall.c562 PyObject_CallMethod(PyObject *obj, const char *name, const char *format, ...) in PyObject_CallMethod() function