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

Method _getValue

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

Source from the content-addressed store, hash-verified

316 super().__init__(fittingView, 1391, (3, 0, 0))
317
318 def _getValue(self, fit):
319 return fit.maxWarpDistance, 'AU'
320
321 def _getFitTooltip(self):
322 return 'Maximum warp distance'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected