MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / _getValue

Method _getValue

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

Source from the content-addressed store, hash-verified

390 super().__init__(fittingView, 67, (3, 0, 3))
391
392 def _getValue(self, fit):
393 defaultSpoolValue = eos.config.settings['globalDefaultSpoolupPercentage']
394 return fit.getRemoteReps(spoolOptions=SpoolOptions(SpoolType.SPOOL_SCALE, defaultSpoolValue, False)).hull, 'HP/s'
395
396 def _getFitTooltip(self):
397 return 'Declared hull repair speed'

Callers

nothing calls this directly

Calls 1

getRemoteRepsMethod · 0.45

Tested by

no test coverage detected