Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dabstract.h139 # define PyObject_CallFunction _PyObject_CallFunction_SizeT macro
/external/python/cpython2/Include/
Dabstract.h8 #define PyObject_CallFunction _PyObject_CallFunction_SizeT macro
/external/python/cpython3/Objects/
Dcall.c557 PyObject_CallFunction(PyObject *callable, const char *format, ...) in PyObject_CallFunction() function
/external/python/cpython2/Objects/
Dabstract.c2584 PyObject_CallFunction(PyObject *callable, char *format, ...) function