MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / calculateModifiedAttributes

Method calculateModifiedAttributes

eos/saveddata/mode.py:51–55  ·  view source on GitHub ↗
(self, fit, runTime, forceProjected=False)

Source from the content-addressed store, hash-verified

49 self.itemModifiedAttributes.clear()
50
51 def calculateModifiedAttributes(self, fit, runTime, forceProjected=False):
52 if self.item:
53 for effect in self.item.effects.values():
54 if effect.runTime == runTime and effect.activeByDefault:
55 effect.handler(fit, self, ("module",), None, effect=effect)
56
57 def __deepcopy__(self, memo):
58 copy = Mode(self.item)

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.80
handlerMethod · 0.45

Tested by

no test coverage detected