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

Method isCargoHold

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

Source from the content-addressed store, hash-verified

719
720 @property
721 def isCargoHold(self):
722 return (
723 all(i is not None and i.isCargo for i in self.itemSpecs) and
724 not self.isDroneBay and not self.isFighterBay)
725
726
727class BaseItemSpec:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected