Home
last modified time | relevance | path

Searched refs:PyArg_VaParse (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/
Dmodsupport.h18 #define PyArg_VaParse _PyArg_VaParse_SizeT macro
43 PyAPI_FUNC(int) PyArg_VaParse(PyObject *, const char *, va_list);
/third_party/python/Python/
Dgetargs.c16 int PyArg_VaParse(PyObject *, const char *, va_list);
173 PyArg_VaParse(PyObject *args, const char *format, va_list va) in PyArg_VaParse() function
/third_party/python/Doc/data/
Dstable_abi.dat7 function,PyArg_VaParse,3.2,
/third_party/python/PC/
Dpython3dll.c99 EXPORT_FUNC(PyArg_VaParse)
/third_party/python/Misc/NEWS.d/
D3.6.1rc1.rst739 Fixed the declaration of some public API functions. PyArg_VaParse() and
D3.5.4rc1.rst1127 Fixed the declaration of some public API functions. PyArg_VaParse() and
D3.7.0a1.rst6347 Fixed the declaration of some public API functions. PyArg_VaParse() and
/third_party/python/Misc/
Dstable_abi.txt302 function PyArg_VaParse
DHISTORY13089 PyArg_ParseTupleAndKeywords, PyArg_VaParse, PyArg_VaParseTupleAndKeywords and
20147 PyArg_VaParse(). Both are now documented. Thanks Greg Chapman.
/third_party/python/Doc/c-api/
Darg.rst428 .. c:function:: int PyArg_VaParse(PyObject *args, const char *format, va_list vargs)