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

Method isImplantRack

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

Source from the content-addressed store, hash-verified

707
708 @property
709 def isImplantRack(self):
710 return all(i is not None and i.isImplant for i in self.itemSpecs)
711
712 @property
713 def isDroneBay(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected