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

Method handler

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

Source from the content-addressed store, hash-verified

6818
6819 @staticmethod
6820 def handler(fit, container, context, projectionRange, **kwargs):
6821 fit.modules.filteredItemForce(lambda mod: mod.item.requiresSkill('Cloaking'),
6822 'moduleReactivationDelay',
6823 container.getModifiedItemAttr('covertOpsAndReconOpsCloakModuleDelay'), **kwargs)
6824
6825
6826class Effect2253(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemForceMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected