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

Method getText

gui/builtinContextMenus/graphDroneControlRange.py:22–23  ·  view source on GitHub ↗
(self, callingWindow, itmContext)

Source from the content-addressed store, hash-verified

20 return srcContext in ('dmgStatsGraph', 'remoteRepsGraph', 'ewarStatsGraph')
21
22 def getText(self, callingWindow, itmContext):
23 return _t('Ignore Drone Control Range')
24
25 def activate(self, callingWindow, fullContext, i):
26 self.settings.set('ignoreDCR', not self.settings.get('ignoreDCR'))

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected