Home
last modified time | relevance | path

Searched refs:PyArg_VaParseTupleAndKeywords (Results 1 – 16 of 16) 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
44 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
/external/python/cpython3/PC/
Dpython3.def10 PyArg_VaParseTupleAndKeywords=python37.PyArg_VaParseTupleAndKeywords
/external/python/cpython2/Misc/NEWS.d/
D2.7a2.rst358 ``PyArg_VaParseTupleAndKeywords()`` and ``PyArg_Parse()`` no longer accept
/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.c19 int PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
1449 PyArg_VaParseTupleAndKeywords(PyObject *args, in PyArg_VaParseTupleAndKeywords() function
/external/python/cpython2/PC/os2emx/
Dpython27.def936 "PyArg_VaParseTupleAndKeywords"
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst740 PyArg_VaParseTupleAndKeywords() were not available in limited API.
D3.5.4rc1.rst1132 PyArg_VaParseTupleAndKeywords() were not available in limited API.
D3.7.0a1.rst6372 PyArg_VaParseTupleAndKeywords() were not available in limited API.
/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.rst450 .. 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/
DHISTORY13089 PyArg_ParseTupleAndKeywords, PyArg_VaParse, PyArg_VaParseTupleAndKeywords and
20146 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to
/external/python/cpython2/Misc/
DHISTORY2762 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to