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

Method isStandup

eos/gamedata.py:512–517  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

510
511 @property
512 def isStandup(self):
513 if self.category.name == "Structure Module":
514 return True
515 if self.isFighter and {'fighterSquadronIsStandupLight', 'fighterSquadronIsStandupHeavy', 'fighterSquadronIsStandupSupport'}.intersection(self.attributes):
516 return True
517 return False
518
519 def __repr__(self):
520 return "Item(ID={}, name={}, display={}) at {}".format(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected