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

Method _getValue

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

Source from the content-addressed store, hash-verified

371 super().__init__(fittingView, 80, (3, 0, 3))
372
373 def _getValue(self, fit):
374 defaultSpoolValue = eos.config.settings['globalDefaultSpoolupPercentage']
375 return fit.getRemoteReps(spoolOptions=SpoolOptions(SpoolType.SPOOL_SCALE, defaultSpoolValue, False)).armor, 'HP/s'
376
377 def _getFitTooltip(self):
378 return 'Declared armor repair speed'

Callers

nothing calls this directly

Calls 1

getRemoteRepsMethod · 0.45

Tested by

no test coverage detected