Searched refs:PyException_GetCause (Results 1 – 6 of 6) sorted by relevance
49 PyAPI_FUNC(PyObject *) PyException_GetCause(PyObject *);
251 PyException_GetCause=python39.PyException_GetCause
268 PyObject *res = PyException_GetCause(self); in BaseException_get_cause()331 PyException_GetCause(PyObject *self) in PyException_GetCause() function
952 cause = PyException_GetCause(value); in print_exception_recursive()
831 PyException_GetCause:PyObject*::+1:832 PyException_GetCause:PyObject*:ex:0:
605 .. c:function:: PyObject* PyException_GetCause(PyObject *ex)