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

Method _getValue

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

Source from the content-addressed store, hash-verified

352 super().__init__(fittingView, 1384, (3, 0, 3))
353
354 def _getValue(self, fit):
355 defaultSpoolValue = eos.config.settings['globalDefaultSpoolupPercentage']
356 return fit.getRemoteReps(spoolOptions=SpoolOptions(SpoolType.SPOOL_SCALE, defaultSpoolValue, False)).shield, 'HP/s'
357
358 def _getFitTooltip(self):
359 return 'Declared shield repair speed'

Callers

nothing calls this directly

Calls 1

getRemoteRepsMethod · 0.45

Tested by

no test coverage detected