(self)
| 11 | class ExportMutatedModule(ContextMenuSingle): |
| 12 | |
| 13 | def __init__(self): |
| 14 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 15 | |
| 16 | def display(self, callingWindow, srcContext, mainItem): |
| 17 | if srcContext != 'fittingModule': |
nothing calls this directly
no test coverage detected