(self)
| 285 | return fit.ship.getModifiedItemAttr('rechargeRate') / 1000, 's' |
| 286 | |
| 287 | def _getFitTooltip(self): |
| 288 | return 'Time to regenerate capacitor from 0% to 98.7%' |
| 289 | |
| 290 | |
| 291 | CapTimeColumn.register() |
nothing calls this directly
no outgoing calls
no test coverage detected