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

Method calculateModifiedAttributes

eos/saveddata/character.py:271–276  ·  view source on GitHub ↗
(self, fit, runTime, forceProjected=False)

Source from the content-addressed store, hash-verified

269 element.boostItemAttr(*args, **kwargs)
270
271 def calculateModifiedAttributes(self, fit, runTime, forceProjected=False):
272 if forceProjected:
273 return
274 for skill in self.skills:
275 fit.register(skill)
276 skill.calculateModifiedAttributes(fit, runTime)
277
278 def clear(self):
279 c = chain(

Callers

nothing calls this directly

Calls 2

registerMethod · 0.45

Tested by

no test coverage detected