Ejemplo n.º 1
0
 def do_action(self):
     if not self._auto_toggle:
         self.on = not self.on
     Action.do_action(self)
Ejemplo n.º 2
0
 def do_action(self):
     if not self._auto_toggle:
         self.on = not self.on
     Action.do_action(self)
Ejemplo n.º 3
0
 def do_action(self):
     try:
         Action.do_action(self)
     except:
         application().report_error()
Ejemplo n.º 4
0
	def do_action(self):
		try:
			Action.do_action(self)
		except:
			application().report_error()