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

Method _getValue

gui/builtinViewColumns/attributeDisplayGraph.py:249–250  ·  view source on GitHub ↗
(self, fit)

Source from the content-addressed store, hash-verified

247 super().__init__(fittingView, 1392, (3, 0, 0))
248
249 def _getValue(self, fit):
250 return fit.ship.getModifiedItemAttr('shieldRechargeRate') / 1000, 's'
251
252 def _getFitTooltip(self):
253 return 'Time to regenerate shield from 0% to 98.7%'

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected