Home
last modified time | relevance | path

Searched refs:PyArg_ValidateKeywordArguments (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/cpython3/Include/
Dmodsupport.h34 PyAPI_FUNC(int) PyArg_ValidateKeywordArguments(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmodsupport.h34 PyAPI_FUNC(int) PyArg_ValidateKeywordArguments(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmodsupport.h34 PyAPI_FUNC(int) PyArg_ValidateKeywordArguments(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmodsupport.h34 PyAPI_FUNC(int) PyArg_ValidateKeywordArguments(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmodsupport.h34 PyAPI_FUNC(int) PyArg_ValidateKeywordArguments(PyObject *);
/aosp_15_r20/external/python/cpython3/Objects/
Dnamespaceobject.c51 if (!PyArg_ValidateKeywordArguments(kwds)) { in namespace_init()
Ddictobject.c2701 if (PyArg_ValidateKeywordArguments(kwds)) in dict_update_common()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c94 EXPORT_FUNC(PyArg_ValidateKeywordArguments)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat9 function,PyArg_ValidateKeywordArguments,3.2,,
Dpython3.11.abi17 …<elf-symbol name='PyArg_ValidateKeywordArguments' type='func-type' binding='global-binding' visibi…
13390PyArg_ValidateKeywordArguments' mangled-name='PyArg_ValidateKeywordArguments' filepath='Python/get…
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst741 PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue()
D3.5.4rc1.rst1129 PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue()
D3.7.0a1.rst6349 PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue()
/aosp_15_r20/external/python/cpython3/Python/
Dgetargs.c1602 PyArg_ValidateKeywordArguments(PyObject *kwargs) in PyArg_ValidateKeywordArguments() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml396 [function.PyArg_ValidateKeywordArguments]
DHISTORY11460 - Loosen PyArg_ValidateKeywordArguments to allow dict subclasses.
13075 - Add PyArg_ValidateKeywordArguments, which checks if all keyword arguments are
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Darg.rst470 .. c:function:: int PyArg_ValidateKeywordArguments(PyObject *)