Searched refs:PyArg_VaParseTupleAndKeywords (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Include/ |
D | modsupport.h | 19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro 44 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
|
/third_party/python/Python/ |
D | getargs.c | 20 int PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *, 1425 PyArg_VaParseTupleAndKeywords(PyObject *args, in PyArg_VaParseTupleAndKeywords() function
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 8 function,PyArg_VaParseTupleAndKeywords,3.2,
|
/third_party/python/PC/ |
D | python3dll.c | 100 EXPORT_FUNC(PyArg_VaParseTupleAndKeywords)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.1rc1.rst | 740 PyArg_VaParseTupleAndKeywords() were not available in limited API.
|
D | 3.5.4rc1.rst | 1128 PyArg_VaParseTupleAndKeywords() were not available in limited API.
|
D | 3.7.0a1.rst | 6348 PyArg_VaParseTupleAndKeywords() were not available in limited API.
|
/third_party/python/Misc/ |
D | stable_abi.txt | 304 function PyArg_VaParseTupleAndKeywords
|
D | HISTORY | 13089 PyArg_ParseTupleAndKeywords, PyArg_VaParse, PyArg_VaParseTupleAndKeywords and 20146 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to
|
/third_party/python/Doc/c-api/ |
D | arg.rst | 448 .. c:function:: int PyArg_VaParseTupleAndKeywords(PyObject *args, PyObject *kw, const char *format,…
|
/third_party/python/Doc/whatsnew/ |
D | 2.4.rst | 1475 * A new function, :c:func:`PyArg_VaParseTupleAndKeywords`, is the same as
|