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

Method _getValue

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

Source from the content-addressed store, hash-verified

83 super().__init__(fittingView, 1432, (3, 0, 0))
84
85 def _getValue(self, fit):
86 defaultSpoolValue = eos.config.settings['globalDefaultSpoolupPercentage']
87 return fit.getTotalDps(spoolOptions=SpoolOptions(SpoolType.SPOOL_SCALE, defaultSpoolValue, False)).total, None
88
89 def _getFitTooltip(self):
90 return 'Declared DPS'

Callers

nothing calls this directly

Calls 1

getTotalDpsMethod · 0.80

Tested by

no test coverage detected