MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / enabled

Method enabled

gui/contextMenu.py:200–202  ·  view source on GitHub ↗

If menu item is enabled. Allows an item to display, but not be selected

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected