(self)
| 13 | class ChangeDamagePattern(ContextMenuUnconditional, DamagePatternMixin): |
| 14 | |
| 15 | def __init__(self): |
| 16 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 17 | |
| 18 | def display(self, callingWindow, srcContext): |
| 19 | return srcContext == "resistancesViewFull" |
nothing calls this directly
no test coverage detected