Home
last modified time | relevance | path

Searched refs:PyException_GetContext (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/
Dpyerrors.h51 PyAPI_FUNC(PyObject *) PyException_GetContext(PyObject *);
/external/python/cpython3/Python/
Derrors.c216 while ((context = PyException_GetContext(o))) { in _PyErr_SetObject()
229 slow_o = PyException_GetContext(slow_o); in _PyErr_SetObject()
Dpythonrun.c1053 PyObject *context = PyException_GetContext(value); in print_exception_cause_and_context()
/external/python/cpython3/Objects/
Dexceptions.c309 PyObject *res = PyException_GetContext(self); in BaseException_get_context()
408 PyException_GetContext(PyObject *self) in PyException_GetContext() function
941 PyException_SetContext(eg, PyException_GetContext(orig)); in exceptiongroup_subset()
/external/python/cpython3/PC/
Dpython3dll.c271 EXPORT_FUNC(PyException_GetContext)
/external/python/cpython3/Doc/data/
Dstable_abi.dat274 func,PyException_GetContext,3.2,,
Drefcounts.dat864 PyException_GetContext:PyObject*::+1:
865 PyException_GetContext:PyObject*:ex:0:
Dpython3.13.abi248 …<elf-symbol name='PyException_GetContext' type='func-type' binding='global-binding' visibility='de…
6709PyException_GetContext' mangled-name='PyException_GetContext' filepath='Objects/exceptions.c' line…
/external/python/cpython3/Misc/
Dstable_abi.toml815 [function.PyException_GetContext]
/external/python/cpython3/Doc/c-api/
Dexceptions.rst769 .. c:function:: PyObject* PyException_GetContext(PyObject *ex)