Home
last modified time | relevance | path

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

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