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

Method currentSystemEffect

eos/effectHandlerHelpers.py:359–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

357
358 @property
359 def currentSystemEffect(self):
360 return next((m for m in self if m.isExclusiveSystemEffect), None)
361
362 def makeRoom(self, proj):
363 if proj.isExclusiveSystemEffect:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected