Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h44 PyAPI_FUNC(void) PyException_SetCause(PyObject *, PyObject *);
/external/python/cpython3/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()
/external/python/cpython3/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:
Dpython3.10.abi219 …<elf-symbol name='PyException_SetCause' type='func-type' binding='global-binding' visibility='defa…
7916PyException_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/
Dpython3dll.c255 EXPORT_FUNC(PyException_SetCause)
/external/python/cpython3/Python/
Derrors.c624 PyException_SetCause(val2, val); in _PyErr_FormatVFromCause()
Dceval.c5251 PyException_SetCause(value, fixed_cause); in do_raise()
/external/python/cpython3/Misc/
Dstable_abi.txt714 function PyException_SetCause
/external/python/cpython3/Doc/c-api/
Dexceptions.rst657 .. c:function:: void PyException_SetCause(PyObject *ex, PyObject *cause)