Searched defs:PyObject_CallFunction (Results 1 – 8 of 8) sorted by relevance
139 # define PyObject_CallFunction _PyObject_CallFunction_SizeT macro
8 #define PyObject_CallFunction _PyObject_CallFunction_SizeT macro
551 PyObject_CallFunction(PyObject *callable, const char *format, ...) in PyObject_CallFunction() function
2584 PyObject_CallFunction(PyObject *callable, char *format, ...) function