(self, callingWindow, srcContext)
| 17 | self.settings = GraphSettings.getInstance() |
| 18 | |
| 19 | def display(self, callingWindow, srcContext): |
| 20 | return srcContext in ('dmgStatsGraph', 'remoteRepsGraph', 'ewarStatsGraph') |
| 21 | |
| 22 | def getText(self, callingWindow, itmContext): |
| 23 | return _t('Ignore Drone Control Range') |
nothing calls this directly
no outgoing calls
no test coverage detected