Searched refs:PyException_SetCause (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Include/ |
D | pyerrors.h | 44 PyAPI_FUNC(void) PyException_SetCause(PyObject *, PyObject *);
|
/external/python/cpython3/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()
|
/external/python/cpython3/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:
|
D | python3.10.abi | 219 …<elf-symbol name='PyException_SetCause' type='func-type' binding='global-binding' visibility='defa… 7916 …PyException_SetCause' mangled-name='PyException_SetCause' filepath='Objects/exceptions.c' line='34… 12915 …<function-decl name='PyException_SetCause' mangled-name='PyException_SetCause' filepath='./Include…
|
/external/python/cpython3/PC/ |
D | python3dll.c | 255 EXPORT_FUNC(PyException_SetCause)
|
/external/python/cpython3/Python/ |
D | errors.c | 624 PyException_SetCause(val2, val); in _PyErr_FormatVFromCause()
|
D | ceval.c | 5251 PyException_SetCause(value, fixed_cause); in do_raise()
|
/external/python/cpython3/Misc/ |
D | stable_abi.txt | 714 function PyException_SetCause
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 657 .. c:function:: void PyException_SetCause(PyObject *ex, PyObject *cause)
|