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

Method isCommodity

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

Source from the content-addressed store, hash-verified

490
491 @property
492 def isCommodity(self):
493 return self.category.name == 'Commodity'
494
495 @property
496 def isDrone(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected