def test_enable(self): enable_errorhook(True) enable_errorhook(False) try: raise Exception except Exception: errorhook()
def _init_gtk_debug(no_excepthook): from quodlibet.errorreport import enable_errorhook enable_errorhook(not no_excepthook)