예제 #1
0
 def update(self):
     """Check if the action should be enabled or not."""
     ida_kernwin.update_action_state(
         self._ACTION_ID, self._handler.update(None)
     )
예제 #2
0
 def update(self):
     """
     Force to update the action's state (enabled/disabled).
     """
     ida_kernwin.update_action_state(self._ACTION_ID,
                                     self._handler.update(None))
예제 #3
0
 def update(self):
     """Update the action's state (enabled or not)."""
     ida_kernwin.update_action_state(self._ACTION_ID,
                                     self._handler.update(None))