MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / display

Method display

gui/builtinContextMenus/graphDroneControlRange.py:19–20  ·  view source on GitHub ↗
(self, callingWindow, srcContext)

Source from the content-addressed store, hash-verified

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')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected