Imports
-
../../Objects/pyobject, ../../Objects/exceptionsImpl, ../traceback, ../../Utils/compat, ../../Utils/fileio, ../sysmodule/attrs, ../../Objects/stringobject, ../../Objects/setobjectAux, ../../Objects/noneobject, ../../Include/internal/pycore_ceval_rec, ../../Include/internal/pycore_global_strings, ../../Objects/pyobject_apis/attrs, ../../Objects/pyobject_apis/strings, ../../Objects/stringobject/strformat, ../../Objects/typeobject/getters, ../../Objects/numobjects/intobject
Consts
cause_message = "The above exception was the direct cause of the following exception:\n"
- Source Edit
context_message = "During handling of the above exception, another exception occurred:\n"
- Source Edit
Procs
proc privatePyErr_DisplayException(file: PyObject; value: PyBaseExceptionObject) {. ...raises: [], tags: [RootEffect, WriteIOEffect], forbids: [].}
- _PyErr_DisplayException Source Edit
proc PyErr_Display(unused: PyObject; value: PyBaseExceptionObject; tb: PyObject) {. ...raises: [], tags: [RootEffect, WriteIOEffect], forbids: [].}
- Source Edit
proc PyErr_DisplayException(value: PyBaseExceptionObject) {....raises: [], tags: [RootEffect, WriteIOEffect], forbids: [].}
- Source Edit