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

Method getFullHp

graphs/wrapper.py:148–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146 return em, therm, kin, explo
147
148 def getFullHp(self):
149 if self.isProfile:
150 return self.item.hp
151 if self.isFit:
152 return self.item.hp.get('shield', 0) + self.item.hp.get('armor', 0) + self.item.hp.get('hull', 0)
153
154
155def _getShieldResists(ship):

Callers 6

_getCommonDataMethod · 0.80
_getCommonDataMethod · 0.80
getRangeMethod · 0.80
getPointMethod · 0.80
_getCommonDataMethod · 0.80
_getCommonDataMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected