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

Method isChecked

gui/builtinContextMenus/factorReload.py:32–34  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

30 wx.PostEvent(self.mainFrame, GE.FitChanged(fitIDs=tuple(fitIDs)))
31
32 def isChecked(self, i):
33 sFit = Fit.getInstance()
34 return sFit.serviceFittingOptions["useGlobalForceReload"]
35
36
37FactorReload.register()

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected