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

Method activeSideEffectEffects

eos/saveddata/booster.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79
80 @property
81 def activeSideEffectEffects(self):
82 return [x.effect for x in self.sideEffects if x.active]
83
84 def __getSideEffects(self):
85 """Returns list of BoosterSideEffect that are loaded with data"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected