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

Method hp

eos/saveddata/targetProfile.py:336–339  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

334
335 @property
336 def hp(self):
337 if self._hp is None or self._hp == -1:
338 return math.inf
339 return self._hp
340
341 @hp.setter
342 def hp(self, val):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected