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

Method __init__

gui/builtinViewColumns/attributeDisplayGraph.py:281–282  ·  view source on GitHub ↗
(self, fittingView, params)

Source from the content-addressed store, hash-verified

279 name = 'CapTime'
280
281 def __init__(self, fittingView, params):
282 super().__init__(fittingView, 1392, (3, 0, 0))
283
284 def _getValue(self, fit):
285 return fit.ship.getModifiedItemAttr('rechargeRate') / 1000, 's'

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected