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

Method handler

eos/effects.py:8016–8018  ·  view source on GitHub ↗
(cls, fit, booster, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

8014
8015 @classmethod
8016 def handler(cls, fit, booster, context, projectionRange, **kwargs):
8017 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'),
8018 'maxRange', booster.getModifiedItemAttr(cls.attr), **kwargs)
8019
8020
8021class Effect2741(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected