Home
last modified time | relevance | path

Searched refs:PyErr_SetHandledException (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyerrors.h23 PyAPI_FUNC(void) PyErr_SetHandledException(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyerrors.h23 PyAPI_FUNC(void) PyErr_SetHandledException(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/
Dpyerrors.h23 PyAPI_FUNC(void) PyErr_SetHandledException(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyerrors.h23 PyAPI_FUNC(void) PyErr_SetHandledException(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyerrors.h23 PyAPI_FUNC(void) PyErr_SetHandledException(PyObject *);
/aosp_15_r20/external/python/cpython3/Python/
Derrors.c527 PyErr_SetHandledException(PyObject *exc) in PyErr_SetHandledException() function
543 PyErr_SetHandledException(value); in PyErr_SetExcInfo()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dexceptions.rst474 state temporarily. Use :c:func:`PyErr_SetHandledException` to restore or
479 .. c:function:: void PyErr_SetHandledException(PyObject *exc)
521 :c:func:`PyErr_SetHandledException`.
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c223 EXPORT_FUNC(PyErr_SetHandledException)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat163 function,PyErr_SetHandledException,3.11,,
Dpython3.11.abi178 …<elf-symbol name='PyErr_SetHandledException' type='func-type' binding='global-binding' visibility=…
13161PyErr_SetHandledException' mangled-name='PyErr_SetHandledException' filepath='Python/errors.c' lin…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2325 [function.PyErr_SetHandledException]
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0b1.rst2143 :c:func:`PyErr_SetHandledException` as simpler alternatives to
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c2585 PyErr_SetHandledException(new_exc); in test_set_exception()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2248 :c:func:`PyErr_GetHandledException` and :c:func:`PyErr_SetHandledException`.