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

Method isExclusiveSystemEffect

eos/saveddata/module.py:254–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

252
253 @property
254 def isExclusiveSystemEffect(self):
255 # See issue #2258
256 # return self.item.group.name in ("Effect Beacon", "Non-Interactable Object", "MassiveEnvironments")
257 return False
258
259 @property
260 def isCapitalSize(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected