Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ isFighter
Method
isFighter
eos/gamedata.py:500–501 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
498
499
@property
500
def
isFighter(self):
501
return
self.category.name ==
'Fighter'
502
503
@property
504
def
isImplant(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected