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

Method handler

eos/effects.py:904–906  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

902
903 @staticmethod
904 def handler(fit, container, context, projectionRange, **kwargs):
905 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Propulsion Module',
906 'capacitorNeed', container.getModifiedItemAttr('capNeedBonus'), **kwargs)
907
908
909class Effect230(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected