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

Method isCharge

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

Source from the content-addressed store, hash-verified

486
487 @property
488 def isCharge(self):
489 return self.category.name == 'Charge'
490
491 @property
492 def isCommodity(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected