Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dmodsupport.h19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro
36 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
/aosp_15_r20/external/python/cpython3/Include/
Dmodsupport.h19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro
31 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmodsupport.h19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro
31 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmodsupport.h19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro
31 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmodsupport.h19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro
31 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmodsupport.h19 #define PyArg_VaParseTupleAndKeywords _PyArg_VaParseTupleAndKeywords_SizeT macro
31 PyAPI_FUNC(int) PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
/aosp_15_r20/external/python/cpython2/Python/
Dgetargs.c18 int PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
1498 PyArg_VaParseTupleAndKeywords(PyObject *args, in PyArg_VaParseTupleAndKeywords() function
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7a2.rst358 ``PyArg_VaParseTupleAndKeywords()`` and ``PyArg_Parse()`` no longer accept
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def936 "PyArg_VaParseTupleAndKeywords"
/aosp_15_r20/external/python/cpython3/Python/
Dgetargs.c21 int PyArg_VaParseTupleAndKeywords(PyObject *, PyObject *,
1426 PyArg_VaParseTupleAndKeywords(PyObject *args, in PyArg_VaParseTupleAndKeywords() function
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c96 EXPORT_FUNC(PyArg_VaParseTupleAndKeywords)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat8 function,PyArg_VaParseTupleAndKeywords,3.2,,
Dpython3.11.abi16 …<elf-symbol name='PyArg_VaParseTupleAndKeywords' type='func-type' binding='global-binding' visibil…
13446PyArg_VaParseTupleAndKeywords' mangled-name='PyArg_VaParseTupleAndKeywords' filepath='Python/getar…
/aosp_15_r20/external/python/cpython3/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.
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Darg.rst356 .. c:function:: int PyArg_VaParseTupleAndKeywords(PyObject *args, PyObject *kw, const char *format,…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml394 [function.PyArg_VaParseTupleAndKeywords]
DHISTORY13089 PyArg_ParseTupleAndKeywords, PyArg_VaParse, PyArg_VaParseTupleAndKeywords and
20146 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Darg.rst464 .. c:function:: int PyArg_VaParseTupleAndKeywords(PyObject *args, PyObject *kw, const char *format,…
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/
D2.4.rst1475 * A new function, :c:func:`PyArg_VaParseTupleAndKeywords`, is the same as
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D2.4.rst1475 * A new function, :c:func:`PyArg_VaParseTupleAndKeywords`, is the same as
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY2762 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to