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

Method isDrone

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

Source from the content-addressed store, hash-verified

494
495 @property
496 def isDrone(self):
497 return self.category.name == 'Drone'
498
499 @property
500 def isFighter(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected