Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ isBooster
Method
isBooster
eos/gamedata.py:508–509 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
506
507
@property
508
def
isBooster(self):
509
return
self.group.name ==
'Booster'
and self.category.name ==
'Implant'
510
511
@property
512
def
isStandup(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected