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

Method __init__

IPython/terminal/ipapp.py:66–72  ·  view source on GitHub ↗
(self, app)

Source from the content-addressed store, hash-verified

64 """sys.excepthook for IPython itself, leaves a detailed report on disk."""
65
66 def __init__(self, app):
67 contact_name = release.author
68 contact_email = release.author_email
69 bug_tracker = 'https://github.com/ipython/ipython/issues'
70 super(IPAppCrashHandler,self).__init__(
71 app, contact_name, contact_email, bug_tracker
72 )
73
74 def make_report(self,traceback):
75 """Return a string containing a crash report."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected