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

Method isDroneBay

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

Source from the content-addressed store, hash-verified

711
712 @property
713 def isDroneBay(self):
714 return all(i is not None and i.isDrone for i in self.itemSpecs)
715
716 @property
717 def isFighterBay(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected