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

Method _getValue

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

Source from the content-addressed store, hash-verified

230 super().__init__(fittingView, 1384)
231
232 def _getValue(self, fit):
233 return fit.ship.getModifiedItemAttr('shieldCapacity'), 'HP'
234
235 def _getFitTooltip(self):
236 return 'Maximum shield amount'

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected