Home
last modified time | relevance | path

Searched refs:PyException_GetTraceback (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Include/
Dpyerrors.h40 PyAPI_FUNC(PyObject *) PyException_GetTraceback(PyObject *);
/third_party/python/Python/
Dpythonrun.c908 tb = PyException_GetTraceback(value); in print_exception()
1118 PyObject *cur_tb = PyException_GetTraceback(value); in _PyErr_Display()
Derrors.c187 tb = PyException_GetTraceback(value); in _PyErr_SetObject()
/third_party/python/Doc/data/
Dstable_abi.dat259 function,PyException_GetTraceback,3.2,
Drefcounts.dat837 PyException_GetTraceback:PyObject*::+1:
838 PyException_GetTraceback:PyObject*:ex:0:
/third_party/python/PC/
Dpython3dll.c254 EXPORT_FUNC(PyException_GetTraceback)
/third_party/python/Objects/
Dgenobject.c528 tb = PyException_GetTraceback(val); in _gen_throw()
Dexceptions.c321 PyException_GetTraceback(PyObject *self) in PyException_GetTraceback() function
/third_party/python/Misc/
Dstable_abi.txt712 function PyException_GetTraceback
/third_party/python/Modules/
D_asynciomodule.c1709 tb = PyException_GetTraceback(val); in FutureIter_throw()
D_testcapimodule.c3382 tb = PyException_GetTraceback(value); in exception_print()
/third_party/python/Doc/c-api/
Dexceptions.rst621 .. c:function:: PyObject* PyException_GetTraceback(PyObject *ex)