Searched refs:PyErr_GetHandledException (Results 1 – 14 of 14) sorted by relevance
22 PyAPI_FUNC(PyObject*) PyErr_GetHandledException(void);
463 .. c:function:: PyObject* PyErr_GetHandledException(void)490 state temporarily. Use :c:func:`PyErr_GetHandledException` to get the exception502 :c:func:`PyErr_GetHandledException`.
200 EXPORT_FUNC(PyErr_GetHandledException)
140 function,PyErr_GetHandledException,3.11,,
159 …<elf-symbol name='PyErr_GetHandledException' type='func-type' binding='global-binding' visibility=…13170 …PyErr_GetHandledException' mangled-name='PyErr_GetHandledException' filepath='Python/errors.c' lin…
514 PyErr_GetHandledException(void) in PyErr_GetHandledException() function
2323 [function.PyErr_GetHandledException]
2142 Added :c:func:`PyErr_GetHandledException` and
2582 PyObject *exc = PyErr_GetHandledException(); in test_set_exception()
2248 :c:func:`PyErr_GetHandledException` and :c:func:`PyErr_SetHandledException`.