Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dmodsupport.h16 #define PyArg_ParseTuple _PyArg_ParseTuple_SizeT macro
/external/python/cpython2/Python/
Dgetargs.c79 PyArg_ParseTuple(PyObject *args, const char *format, ...) in PyArg_ParseTuple() function