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

Method isFighterBay

service/port/eft.py:717–718  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

715
716 @property
717 def isFighterBay(self):
718 return all(i is not None and i.isFighter for i in self.itemSpecs)
719
720 @property
721 def isCargoHold(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected