Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ isChecked
Method
isChecked
gui/builtinContextMenus/graphLockRange.py:29–30 ·
view source on GitHub ↗
(self, i)
Source
from the content-addressed store, hash-verified
27
wx.PostEvent(self.mainFrame, GE.GraphOptionChanged())
28
29
def
isChecked(self, i):
30
return
self.settings.get(
'ignoreLockRange'
)
31
32
33
GraphIgnoreLockRangeMenu.register()
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected