Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h49 PyAPI_FUNC(PyObject *) PyException_GetCause(PyObject *);
/external/python/cpython3/PC/
Dpython3.def251 PyException_GetCause=python39.PyException_GetCause
/external/python/cpython3/Objects/
Dexceptions.c268 PyObject *res = PyException_GetCause(self); in BaseException_get_cause()
331 PyException_GetCause(PyObject *self) in PyException_GetCause() function
/external/python/cpython3/Python/
Dpythonrun.c952 cause = PyException_GetCause(value); in print_exception_recursive()
/external/python/cpython3/Doc/data/
Drefcounts.dat831 PyException_GetCause:PyObject*::+1:
832 PyException_GetCause:PyObject*:ex:0:
/external/python/cpython3/Doc/c-api/
Dexceptions.rst605 .. c:function:: PyObject* PyException_GetCause(PyObject *ex)