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

Method effectiveTank

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

Source from the content-addressed store, hash-verified

1587
1588 @property
1589 def effectiveTank(self):
1590 if self.__effectiveTank is None:
1591 if self.damagePattern is None:
1592 ehps = self.tank
1593 else:
1594 ehps = self.damagePattern.calculateEffectiveTank(self, self.tank)
1595
1596 self.__effectiveTank = ehps
1597
1598 return self.__effectiveTank
1599
1600 @property
1601 def sustainableTank(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected