Home
last modified time | relevance | path

Searched refs:PyException_GetCause (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dpyerrors.h123 PyAPI_FUNC(PyObject *) PyException_GetCause(PyObject *);
/external/python/cpython3/PC/
Dpython3.def252 PyException_GetCause=python36.PyException_GetCause
/external/python/cpython3/Objects/
Dexceptions.c267 PyObject *res = PyException_GetCause(self); in BaseException_get_cause()
319 PyException_GetCause(PyObject *self) { in PyException_GetCause() function
/external/python/cpython3/Python/
Dpythonrun.c817 cause = PyException_GetCause(value); in print_exception_recursive()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst589 .. c:function:: PyObject* PyException_GetCause(PyObject *ex)