Home
last modified time | relevance | path

Searched refs:PyException_GetCause (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dpyerrors.h43 PyAPI_FUNC(PyObject *) PyException_GetCause(PyObject *);
/third_party/python/Doc/data/
Dstable_abi.dat257 function,PyException_GetCause,3.2,
Drefcounts.dat831 PyException_GetCause:PyObject*::+1:
832 PyException_GetCause:PyObject*:ex:0:
/third_party/python/PC/
Dpython3dll.c252 EXPORT_FUNC(PyException_GetCause)
/third_party/python/Objects/
Dexceptions.c273 PyObject *res = PyException_GetCause(self); in BaseException_get_cause()
336 PyException_GetCause(PyObject *self) in PyException_GetCause() function
/third_party/python/Python/
Dpythonrun.c1061 cause = PyException_GetCause(value); in print_exception_recursive()
/third_party/python/Misc/
Dstable_abi.txt708 function PyException_GetCause
/third_party/python/Doc/c-api/
Dexceptions.rst649 .. c:function:: PyObject* PyException_GetCause(PyObject *ex)