(self, fit)
| 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' |
nothing calls this directly
no test coverage detected