Searched refs:PyException_GetCause (Results 1 – 8 of 8) sorted by relevance
43 PyAPI_FUNC(PyObject *) PyException_GetCause(PyObject *);
257 function,PyException_GetCause,3.2,
831 PyException_GetCause:PyObject*::+1:832 PyException_GetCause:PyObject*:ex:0:
252 EXPORT_FUNC(PyException_GetCause)
273 PyObject *res = PyException_GetCause(self); in BaseException_get_cause()336 PyException_GetCause(PyObject *self) in PyException_GetCause() function
1061 cause = PyException_GetCause(value); in print_exception_recursive()
708 function PyException_GetCause
649 .. c:function:: PyObject* PyException_GetCause(PyObject *ex)