If menu item is enabled. Allows an item to display, but not be selected
(self)
| 198 | |
| 199 | @property |
| 200 | def enabled(self): |
| 201 | """If menu item is enabled. Allows an item to display, but not be selected""" |
| 202 | return True |
| 203 | |
| 204 | @abstractmethod |
| 205 | def _baseDisplay(self, callingWindow, context, mainItem, selection): |
nothing calls this directly
no outgoing calls
no test coverage detected