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

Method _getValue

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

Source from the content-addressed store, hash-verified

282 super().__init__(fittingView, 1392, (3, 0, 0))
283
284 def _getValue(self, fit):
285 return fit.ship.getModifiedItemAttr('rechargeRate') / 1000, 's'
286
287 def _getFitTooltip(self):
288 return 'Time to regenerate capacitor from 0% to 98.7%'

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected