Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dmodsupport.h15 #define PyArg_Parse _PyArg_Parse_SizeT macro
/external/python/cpython3/Include/
Dmodsupport.h15 #define PyArg_Parse _PyArg_Parse_SizeT macro
/external/python/cpython2/Python/
Dgetargs.c54 PyArg_Parse(PyObject *args, const char *format, ...) in PyArg_Parse() function
/external/python/cpython3/Python/
Dgetargs.c97 PyArg_Parse(PyObject *args, const char *format, ...) in PyArg_Parse() function