Ejemplo n.º 1
0
def except_hook(exc_type, value, tb):
    dlg = CrashReporter(None, type=exc_type, value=value, traceback=tb)
    dlg.ShowModal()
    dlg.Destroy()
Ejemplo n.º 2
0
 def test_constructor(self):
     reporter = CrashReporter(self.frame)
     reporter.Destroy()