(self,et,ev,tb,tb_offset=None)
| 77 | |
| 78 | |
| 79 | def BdbQuit_IPython_excepthook(self,et,ev,tb,tb_offset=None): |
| 80 | warnings.warn( |
| 81 | "`BdbQuit_IPython_excepthook` is deprecated since version 5.1", |
| 82 | DeprecationWarning, stacklevel=2) |
| 83 | print('Exiting Debugger.') |
| 84 | |
| 85 | |
| 86 | class Tracer(object): |