Inheritance diagram for IPython.kernel.core.traceback_trap:
Object to manage sys.excepthook().
Bases: object
Object to trap and format tracebacks.
Add the formatted display of the traceback to the message dictionary being returned from the interpreter to its listeners.
Parameters : | message : dict |
---|
Remove the stored traceback.
This method actually implements the hook.
Set the hook.
Unset the hook.