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

Method _getValue

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

Source from the content-addressed store, hash-verified

265 super().__init__(fittingView, 1668)
266
267 def _getValue(self, fit):
268 return fit.ship.getModifiedItemAttr('capacitorCapacity'), 'GJ'
269
270 def _getFitTooltip(self):
271 return 'Maximum capacitor amount'

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected