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

Method isModuleRack

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

Source from the content-addressed store, hash-verified

703
704 @property
705 def isModuleRack(self):
706 return all(i is None or i.isModule for i in self.itemSpecs)
707
708 @property
709 def isImplantRack(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected