Beispiel #1
0
 def do_action(self):
     if not self._auto_toggle:
         self.on = not self.on
     Action.do_action(self)
Beispiel #2
0
 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()
Beispiel #4
0
	def do_action(self):
		try:
			Action.do_action(self)
		except:
			application().report_error()