Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dmodsupport.h16 #define PyArg_ParseTuple _PyArg_ParseTuple_SizeT macro
/external/python/cpython3/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
/external/python/cpython3/Python/
Dgetargs.c122 PyArg_ParseTuple(PyObject *args, const char *format, ...) in PyArg_ParseTuple() function