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

Method capDelta

eos/saveddata/fit.py:1414–1415  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1412
1413 @property
1414 def capDelta(self):
1415 return (self.__capRecharge or 0) - (self.__capUsed or 0)
1416
1417 def calculateCapRecharge(self, percent=PEAK_RECHARGE, capacity=None, rechargeRate=None):
1418 if capacity is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected