def do_action(self): if not self._auto_toggle: self.on = not self.on Action.do_action(self)
def do_action(self): try: Action.do_action(self) except: application().report_error()