Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyerrors.h44 PyAPI_FUNC(void) PyException_SetCause(PyObject *, PyObject *);
/third_party/python/Objects/
Dexceptions.c295 PyException_SetCause(self, arg); in BaseException_set_cause()
345 PyException_SetCause(PyObject *self, PyObject *cause) in PyException_SetCause() function
3036 PyException_SetCause(new_val, val); in _PyErr_TrySetFromCause()
/third_party/python/Doc/data/
Dstable_abi.dat260 function,PyException_SetCause,3.2,
Drefcounts.dat840 PyException_SetCause:void:::
841 PyException_SetCause:PyObject*:ex:0:
842 PyException_SetCause:PyObject*:cause:+1:
/third_party/python/PC/
Dpython3dll.c255 EXPORT_FUNC(PyException_SetCause)
/third_party/python/Python/
Derrors.c624 PyException_SetCause(val2, val); in _PyErr_FormatVFromCause()
Dceval.c5251 PyException_SetCause(value, fixed_cause); in do_raise()
/third_party/python/Misc/
Dstable_abi.txt714 function PyException_SetCause
/third_party/python/Doc/c-api/
Dexceptions.rst656 .. c:function:: void PyException_SetCause(PyObject *ex, PyObject *cause)