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

Method handler

eos/effects.py:23374–23377  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

23372
23373 @staticmethod
23374 def handler(fit, src, context, projectionRange, **kwargs):
23375 fit.modules.filteredItemBoost(
23376 lambda mod: mod.item.requiresSkill('Astrometrics'), 'cpu',
23377 src.getModifiedItemAttr('roleBonusT3ProbeCPU'), **kwargs)
23378
23379
23380class Effect6010(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected