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

Method isProjected

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

Source from the content-addressed store, hash-verified

246
247 @property
248 def isProjected(self):
249 if self.owner:
250 return self in self.owner.projectedModules
251 return None
252
253 @property
254 def isExclusiveSystemEffect(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected