(self)
| 24 | class TargetWrapperResists(ContextMenuCombined): |
| 25 | |
| 26 | def __init__(self): |
| 27 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 28 | |
| 29 | def display(self, callingWindow, srcContext, mainItem, selection): |
| 30 | if srcContext != 'graphTgtList': |
nothing calls this directly
no test coverage detected