Home
last modified time | relevance | path

Searched refs:PyArg_VaParseTupleAndKeywords (Results 1 – 7 of 7) 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/cpython2/Python/
Dgetargs.c18 int PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
1498 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/cpython2/Doc/whatsnew/
D2.4.rst1475 * A new function, :c:func:`PyArg_VaParseTupleAndKeywords`, is the same as
/external/python/cpython2/Misc/
DNEWS7218 ``PyArg_VaParseTupleAndKeywords()`` and ``PyArg_Parse()`` no longer accept
DHISTORY2762 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to