Home
last modified time | relevance | path

Searched refs:PyArg_VaParseTupleAndKeywords (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Include/
Dmodsupport.h19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro
36 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
/external/python/cpython3/Include/
Dmodsupport.h19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro
35 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
/external/python/cpython3/PC/
Dpython3.def10 PyArg_VaParseTupleAndKeywords=python36.PyArg_VaParseTupleAndKeywords
/external/python/cpython2/Python/
Dgetargs.c18 int PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
1498 PyArg_VaParseTupleAndKeywords(PyObject *args, in PyArg_VaParseTupleAndKeywords() function
/external/python/cpython3/Python/
Dgetargs.c18 int PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
1394 PyArg_VaParseTupleAndKeywords(PyObject *args, in PyArg_VaParseTupleAndKeywords() function
/external/python/cpython2/PC/os2emx/
Dpython27.def936 "PyArg_VaParseTupleAndKeywords"
/external/python/cpython2/Doc/c-api/
Darg.rst356 .. c:function:: int PyArg_VaParseTupleAndKeywords(PyObject *args, PyObject *kw, const char *format,…
/external/python/cpython3/Doc/c-api/
Darg.rst434 .. c:function:: int PyArg_VaParseTupleAndKeywords(PyObject *args, PyObject *kw, const char *format,…
/external/python/cpython2/Doc/whatsnew/
D2.4.rst1475 * A new function, :c:func:`PyArg_VaParseTupleAndKeywords`, is the same as
/external/python/cpython3/Doc/whatsnew/
D2.4.rst1475 * A new function, :c:func:`PyArg_VaParseTupleAndKeywords`, is the same as
/external/python/cpython3/Misc/
DNEWS263 PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in
DHISTORY13089 PyArg_ParseTupleAndKeywords, PyArg_VaParse, PyArg_VaParseTupleAndKeywords and
20146 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to
/external/python/cpython2/Misc/
DNEWS7218 ``PyArg_VaParseTupleAndKeywords()`` and ``PyArg_Parse()`` no longer accept
DHISTORY2762 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to