Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h124 PyAPI_FUNC(void) PyException_SetCause(PyObject *, PyObject *);
/external/python/cpython3/PC/
Dpython3.def255 PyException_SetCause=python36.PyException_SetCause
/external/python/cpython3/Objects/
Dexceptions.c288 PyException_SetCause(self, arg); in BaseException_set_cause()
327 PyException_SetCause(PyObject *self, PyObject *cause) in PyException_SetCause() function
2808 PyException_SetCause(new_val, val); in _PyErr_TrySetFromCause()
/external/python/cpython3/Python/
Derrors.c424 PyException_SetCause(val2, val); in _PyErr_FormatVFromCause()
Dceval.c4303 PyException_SetCause(value, fixed_cause); in do_raise()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst596 .. c:function:: void PyException_SetCause(PyObject *ex, PyObject *cause)