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

Method _getFitTooltip

gui/builtinViewColumns/attributeDisplayGraph.py:287–288  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

285 return fit.ship.getModifiedItemAttr('rechargeRate') / 1000, 's'
286
287 def _getFitTooltip(self):
288 return 'Time to regenerate capacitor from 0% to 98.7%'
289
290
291CapTimeColumn.register()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected