(self)
| 39 | cls.commandFits = sFit.getFitsWithModules(cls.commandTypeIDs) |
| 40 | |
| 41 | def __init__(self): |
| 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": |
nothing calls this directly
no test coverage detected