Searched refs:PyArg_VaParseTupleAndKeywords (Results 1 – 16 of 16) 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/cpython3/Include/ |
D | modsupport.h | 19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro 44 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
|
/external/python/cpython3/PC/ |
D | python3.def | 10 PyArg_VaParseTupleAndKeywords=python37.PyArg_VaParseTupleAndKeywords
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a2.rst | 358 ``PyArg_VaParseTupleAndKeywords()`` and ``PyArg_Parse()`` no longer accept
|
/external/python/cpython2/Python/ |
D | getargs.c | 18 int PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *, 1498 PyArg_VaParseTupleAndKeywords(PyObject *args, in PyArg_VaParseTupleAndKeywords() function
|
/external/python/cpython3/Python/ |
D | getargs.c | 19 int PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *, 1449 PyArg_VaParseTupleAndKeywords(PyObject *args, in PyArg_VaParseTupleAndKeywords() function
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 936 "PyArg_VaParseTupleAndKeywords"
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.1rc1.rst | 740 PyArg_VaParseTupleAndKeywords() were not available in limited API.
|
D | 3.5.4rc1.rst | 1132 PyArg_VaParseTupleAndKeywords() were not available in limited API.
|
D | 3.7.0a1.rst | 6372 PyArg_VaParseTupleAndKeywords() were not available in limited API.
|
/external/python/cpython2/Doc/c-api/ |
D | arg.rst | 356 .. c:function:: int PyArg_VaParseTupleAndKeywords(PyObject *args, PyObject *kw, const char *format,…
|
/external/python/cpython3/Doc/c-api/ |
D | arg.rst | 450 .. 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/cpython3/Doc/whatsnew/ |
D | 2.4.rst | 1475 * A new function, :c:func:`PyArg_VaParseTupleAndKeywords`, is the same as
|
/external/python/cpython3/Misc/ |
D | HISTORY | 13089 PyArg_ParseTupleAndKeywords, PyArg_VaParse, PyArg_VaParseTupleAndKeywords and 20146 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to
|
/external/python/cpython2/Misc/ |
D | HISTORY | 2762 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to
|