(self)
| 13 | class GraphIgnoreLockRangeMenu(ContextMenuUnconditional): |
| 14 | |
| 15 | def __init__(self): |
| 16 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 17 | self.settings = GraphSettings.getInstance() |
| 18 | |
| 19 | def display(self, callingWindow, srcContext): |
| 20 | return srcContext in ('dmgStatsGraph', 'remoteRepsGraph', 'ewarStatsGraph') |
nothing calls this directly
no test coverage detected