Python/pythonrun/pyerr_display

Source   Edit  

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