Home
last modified time | relevance | path

Searched refs:_PyArg_ParseTuple_SizeT (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dmodsupport.h16 #define PyArg_ParseTuple _PyArg_ParseTuple_SizeT
/external/python/cpython3/Include/
Dmodsupport.h16 #define PyArg_ParseTuple _PyArg_ParseTuple_SizeT
/external/python/cpython3/PC/
Dpython3.def764 _PyArg_ParseTuple_SizeT=python37._PyArg_ParseTuple_SizeT
/external/python/cpython2/Python/
Dgetargs.c24 PyAPI_FUNC(int) _PyArg_ParseTuple_SizeT(PyObject *, char *, ...);
91 _PyArg_ParseTuple_SizeT(PyObject *args, char *format, ...) in _PyArg_ParseTuple_SizeT() function
/external/python/cpython3/Python/
Dgetargs.c35 PyAPI_FUNC(int) _PyArg_ParseTuple_SizeT(PyObject *, const char *, ...);
134 _PyArg_ParseTuple_SizeT(PyObject *args, const char *format, ...) in _PyArg_ParseTuple_SizeT() function
/external/python/cpython2/PC/os2emx/
Dpython27.def930 "_PyArg_ParseTuple_SizeT"