(self, callingWindow, srcContext)
| 42 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 43 | |
| 44 | def display(self, callingWindow, srcContext): |
| 45 | if self.mainFrame.getActiveFit() is None or len(self.__class__.commandFits) == 0 or srcContext != "commandView": |
| 46 | return False |
| 47 | return True |
| 48 | |
| 49 | def getText(self, callingWindow, itmContext): |
| 50 | return _t("Command Fits") |
nothing calls this directly
no test coverage detected