Searched refs:PyException_SetCause (Results 1 – 7 of 7) sorted by relevance
125 PyAPI_FUNC(void) PyException_SetCause(PyObject *, PyObject *);
254 PyException_SetCause=python37.PyException_SetCause
290 PyException_SetCause(self, arg); in BaseException_set_cause()329 PyException_SetCause(PyObject *self, PyObject *cause) in PyException_SetCause() function2814 PyException_SetCause(new_val, val); in _PyErr_TrySetFromCause()
436 PyException_SetCause(val2, val); in _PyErr_FormatVFromCause()
4064 PyException_SetCause(value, fixed_cause); in do_raise()
812 PyException_SetCause:void:::813 PyException_SetCause:PyObject*:ex:0:814 PyException_SetCause:PyObject*:cause:+1:
605 .. c:function:: void PyException_SetCause(PyObject *ex, PyObject *cause)