Searched refs:PyException_SetCause (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Include/ |
D | pyerrors.h | 44 PyAPI_FUNC(void) PyException_SetCause(PyObject *, PyObject *);
|
/third_party/python/Objects/ |
D | exceptions.c | 295 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/ |
D | stable_abi.dat | 260 function,PyException_SetCause,3.2,
|
D | refcounts.dat | 840 PyException_SetCause:void::: 841 PyException_SetCause:PyObject*:ex:0: 842 PyException_SetCause:PyObject*:cause:+1:
|
/third_party/python/PC/ |
D | python3dll.c | 255 EXPORT_FUNC(PyException_SetCause)
|
/third_party/python/Python/ |
D | errors.c | 624 PyException_SetCause(val2, val); in _PyErr_FormatVFromCause()
|
D | ceval.c | 5251 PyException_SetCause(value, fixed_cause); in do_raise()
|
/third_party/python/Misc/ |
D | stable_abi.txt | 714 function PyException_SetCause
|
/third_party/python/Doc/c-api/ |
D | exceptions.rst | 656 .. c:function:: void PyException_SetCause(PyObject *ex, PyObject *cause)
|