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

Method handler

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

Source from the content-addressed store, hash-verified

8092
8093 @classmethod
8094 def handler(cls, fit, booster, context, projectionRange, **kwargs):
8095 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'),
8096 'trackingSpeed', booster.getModifiedItemAttr(cls.attr), **kwargs)
8097
8098
8099class Effect2748(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected