Inheritance diagram for IPython.kernel.core.sync_traceback_trap:
Object to manage sys.excepthook().
Synchronous version: prints errors when called.
Bases: IPython.kernel.core.traceback_trap.TracebackTrap
TracebackTrap that displays immediatly the traceback in addition to capturing it. Useful in frontends, as without this traceback trap, some tracebacks never get displayed.
sync_formatter: Callable to display the traceback. formatters: A list of formatters to apply.
This method actually implements the hook.