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