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

Method _getValue

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

Source from the content-addressed store, hash-verified

142 super().__init__(fittingView, 1401, (3, 0, 0))
143
144 def _getValue(self, fit):
145 return fit.alignTime, None
146
147 def _getFitTooltip(self):
148 return 'Agility factor'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected