MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / isChecked

Method isChecked

gui/contextMenu.py:195–197  ·  view source on GitHub ↗

If menu item is toggleable, this should return bool value

(self, i)

Source from the content-addressed store, hash-verified

193 return ContextMenu._ids[ContextMenu._idxid]
194
195 def isChecked(self, i):
196 """If menu item is toggleable, this should return bool value"""
197 return None
198
199 @property
200 def enabled(self):

Callers 1

getMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected