(self)
| 13 | class BoosterSideEffects(ContextMenuSingle): |
| 14 | |
| 15 | def __init__(self): |
| 16 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 17 | |
| 18 | def display(self, callingWindow, srcContext, mainItem): |
| 19 | if self.mainFrame.getActiveFit() is None or srcContext not in "boosterItem": |
nothing calls this directly
no test coverage detected