Home
last modified time | relevance | path

Searched refs:PyArg_VaParseTupleAndKeywords (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/
Dmodsupport.h19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro
44 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
/third_party/python/Python/
Dgetargs.c20 int PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
1425 PyArg_VaParseTupleAndKeywords(PyObject *args, in PyArg_VaParseTupleAndKeywords() function
/third_party/python/Doc/data/
Dstable_abi.dat8 function,PyArg_VaParseTupleAndKeywords,3.2,
/third_party/python/PC/
Dpython3dll.c100 EXPORT_FUNC(PyArg_VaParseTupleAndKeywords)
/third_party/python/Misc/NEWS.d/
D3.6.1rc1.rst740 PyArg_VaParseTupleAndKeywords() were not available in limited API.
D3.5.4rc1.rst1128 PyArg_VaParseTupleAndKeywords() were not available in limited API.
D3.7.0a1.rst6348 PyArg_VaParseTupleAndKeywords() were not available in limited API.
/third_party/python/Misc/
Dstable_abi.txt304 function PyArg_VaParseTupleAndKeywords
DHISTORY13089 PyArg_ParseTupleAndKeywords, PyArg_VaParse, PyArg_VaParseTupleAndKeywords and
20146 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to
/third_party/python/Doc/c-api/
Darg.rst448 .. c:function:: int PyArg_VaParseTupleAndKeywords(PyObject *args, PyObject *kw, const char *format,…
/third_party/python/Doc/whatsnew/
D2.4.rst1475 * A new function, :c:func:`PyArg_VaParseTupleAndKeywords`, is the same as