MCPcopy Create free account
hub / github.com/ipython/ipython / unset_crashhandler

Method unset_crashhandler

IPython/core/application.py:249–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 self.crash_handler = self.crash_handler_class(self)
248 sys.excepthook = self.excepthook
249 def unset_crashhandler():
250 sys.excepthook = sys.__excepthook__
251 atexit.register(unset_crashhandler)
252
253 def excepthook(self, etype, evalue, tb):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected