(self, callingWindow, fullContext, i)
| 26 | return _t("Factor in Reload Time") |
| 27 | |
| 28 | def activate(self, callingWindow, fullContext, i): |
| 29 | fitIDs = Fit.getInstance().toggleFactorReload() |
| 30 | wx.PostEvent(self.mainFrame, GE.FitChanged(fitIDs=tuple(fitIDs))) |
| 31 | |
| 32 | def isChecked(self, i): |
| 33 | sFit = Fit.getInstance() |
nothing calls this directly
no test coverage detected