Home
last modified time | relevance | path

Searched refs:PyArg_VaParse (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Include/
Dmodsupport.h18 #define PyArg_VaParse _PyArg_VaParse_SizeT macro
35 PyAPI_FUNC(int) PyArg_VaParse(PyObject *, const char *, va_list);
/external/python/cpython3/Include/
Dmodsupport.h18 #define PyArg_VaParse _PyArg_VaParse_SizeT macro
43 PyAPI_FUNC(int) PyArg_VaParse(PyObject *, const char *, va_list);
/external/python/cpython2/PC/os2vacpp/
Dpython.def88 PyArg_VaParse
/external/python/cpython3/PC/
Dpython3.def9 PyArg_VaParse=python37.PyArg_VaParse
/external/python/cpython2/Misc/NEWS.d/
D2.7a2.rst357 ``PyArg_ParseTupleAndKeywords()``, ``PyArg_VaParse()``,
/external/python/cpython2/Python/
Dgetargs.c14 int PyArg_VaParse(PyObject *, const char *, va_list);
104 PyArg_VaParse(PyObject *args, const char *format, va_list va) in PyArg_VaParse() function
/external/python/cpython3/Python/
Dgetargs.c15 int PyArg_VaParse(PyObject *, const char *, va_list);
172 PyArg_VaParse(PyObject *args, const char *format, va_list va) in PyArg_VaParse() function
/external/python/cpython2/PC/os2emx/
Dpython27.def935 "PyArg_VaParse"
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst739 Fixed the declaration of some public API functions. PyArg_VaParse() and
D3.5.4rc1.rst1131 Fixed the declaration of some public API functions. PyArg_VaParse() and
D3.7.0a1.rst6371 Fixed the declaration of some public API functions. PyArg_VaParse() and
/external/python/cpython2/Doc/c-api/
Darg.rst343 .. c:function:: int PyArg_VaParse(PyObject *args, const char *format, va_list vargs)
/external/python/cpython3/Doc/c-api/
Darg.rst430 .. c:function:: int PyArg_VaParse(PyObject *args, const char *format, va_list vargs)
/external/python/cpython3/Misc/
DHISTORY13089 PyArg_ParseTupleAndKeywords, PyArg_VaParse, PyArg_VaParseTupleAndKeywords and
20147 PyArg_VaParse(). Both are now documented. Thanks Greg Chapman.
/external/python/cpython2/Misc/
DHISTORY2763 PyArg_VaParse(). Both are now documented. Thanks Greg Chapman.