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

Method _getValue

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

Source from the content-addressed store, hash-verified

299 super().__init__(fittingView, 1389, (3, 0, 0))
300
301 def _getValue(self, fit):
302 return fit.warpSpeed, 'AU/s'
303
304 def _getFitTooltip(self):
305 return 'Warp speed'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected