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

Method isSubsystem

eos/gamedata.py:484–485  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

482
483 @property
484 def isSubsystem(self):
485 return self.category.name == 'Subsystem'
486
487 @property
488 def isCharge(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected