Пример #1
0
def except_hook(exc_type, value, tb):
    dlg = CrashReporter(None, type=exc_type, value=value, traceback=tb)
    dlg.ShowModal()
    dlg.Destroy()
Пример #2
0
 def test_constructor(self):
     reporter = CrashReporter(self.frame)
     reporter.Destroy()