Searched refs:PyArg_VaParseTupleAndKeywords (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Include/ |
D | modsupport.h | 19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro 36 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
|
/external/python/cpython2/Python/ |
D | getargs.c | 18 int PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *, 1498 PyArg_VaParseTupleAndKeywords(PyObject *args, in PyArg_VaParseTupleAndKeywords() function
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 936 "PyArg_VaParseTupleAndKeywords"
|
/external/python/cpython2/Doc/c-api/ |
D | arg.rst | 356 .. c:function:: int PyArg_VaParseTupleAndKeywords(PyObject *args, PyObject *kw, const char *format,…
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.4.rst | 1475 * A new function, :c:func:`PyArg_VaParseTupleAndKeywords`, is the same as
|
/external/python/cpython2/Misc/ |
D | NEWS | 7218 ``PyArg_VaParseTupleAndKeywords()`` and ``PyArg_Parse()`` no longer accept
|
D | HISTORY | 2762 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to
|