Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ isModule
Method
isModule
eos/gamedata.py:480–481 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
478
479
@property
480
def
isModule(self):
481
return
self.category.name in (
'Module'
,
'Structure Module'
)
482
483
@property
484
def
isSubsystem(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected