Searched refs:PyErr_SetHandledException (Results 1 – 14 of 14) sorted by relevance
23 PyAPI_FUNC(void) PyErr_SetHandledException(PyObject *);
527 PyErr_SetHandledException(PyObject *exc) in PyErr_SetHandledException() function543 PyErr_SetHandledException(value); in PyErr_SetExcInfo()
474 state temporarily. Use :c:func:`PyErr_SetHandledException` to restore or479 .. c:function:: void PyErr_SetHandledException(PyObject *exc)521 :c:func:`PyErr_SetHandledException`.
223 EXPORT_FUNC(PyErr_SetHandledException)
163 function,PyErr_SetHandledException,3.11,,
178 …<elf-symbol name='PyErr_SetHandledException' type='func-type' binding='global-binding' visibility=…13161 …PyErr_SetHandledException' mangled-name='PyErr_SetHandledException' filepath='Python/errors.c' lin…
2325 [function.PyErr_SetHandledException]
2143 :c:func:`PyErr_SetHandledException` as simpler alternatives to
2585 PyErr_SetHandledException(new_exc); in test_set_exception()
2248 :c:func:`PyErr_GetHandledException` and :c:func:`PyErr_SetHandledException`.