Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h124 PyAPI_FUNC(PyObject *) PyException_GetCause(PyObject *);
/external/python/cpython3/PC/
Dpython3.def251 PyException_GetCause=python37.PyException_GetCause
/external/python/cpython3/Objects/
Dexceptions.c268 PyObject *res = PyException_GetCause(self); in BaseException_get_cause()
321 PyException_GetCause(PyObject *self) { in PyException_GetCause() function
/external/python/cpython3/Python/
Dpythonrun.c859 cause = PyException_GetCause(value); in print_exception_recursive()
/external/python/cpython3/Doc/data/
Drefcounts.dat803 PyException_GetCause:PyObject*::+1:
804 PyException_GetCause:PyObject*:ex:0:
/external/python/cpython3/Doc/c-api/
Dexceptions.rst598 .. c:function:: PyObject* PyException_GetCause(PyObject *ex)