(self)
| 15 | class ChangeRahPattern(ContextMenuSingle, DamagePatternMixin): |
| 16 | |
| 17 | def __init__(self): |
| 18 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 19 | |
| 20 | def display(self, callingWindow, srcContext, mainItem): |
| 21 | if srcContext != 'fittingModule': |
nothing calls this directly
no test coverage detected