Searched refs:PyException_GetCause (Results 1 – 6 of 6) sorted by relevance
124 PyAPI_FUNC(PyObject *) PyException_GetCause(PyObject *);
251 PyException_GetCause=python37.PyException_GetCause
268 PyObject *res = PyException_GetCause(self); in BaseException_get_cause()321 PyException_GetCause(PyObject *self) { in PyException_GetCause() function
859 cause = PyException_GetCause(value); in print_exception_recursive()
803 PyException_GetCause:PyObject*::+1:804 PyException_GetCause:PyObject*:ex:0:
598 .. c:function:: PyObject* PyException_GetCause(PyObject *ex)