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

Method amount

eos/saveddata/fighter.py:144–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142
143 @property
144 def amount(self):
145 return int(self.getModifiedItemAttr("fighterSquadronMaxSize")) if self._amount == -1 else self._amount
146
147 @amount.setter
148 def amount(self, amount):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected