Searched defs:Py_BuildValue (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Include/
H A Dmodsupport.h20 #define Py_BuildValue _Py_BuildValue_SizeT macro
31 PyAPI_FUNC(PyObject *) Py_BuildValue(const char *, ...);
/external/python/cpython3/Include/
H A Dmodsupport.h20 #define Py_BuildValue _Py_BuildValue_SizeT macro
40 PyAPI_FUNC(PyObject *) Py_BuildValue(const char *, ...);
/external/python/cpython3/Python/
H A Dmodsupport.c410 "NULL object passed to Py_BuildValue");
422 "bad format char passed to Py_BuildValue");
431 Py_BuildValue(const char *format, ...) function
/external/python/cpython2/Python/
H A Dmodsupport.c485 "NULL object passed to Py_BuildValue");
497 "bad format char passed to Py_BuildValue");
506 Py_BuildValue(const char *format, ...) function

Completed in 493 milliseconds