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

Method handler

eos/effects.py:6844–6847  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

6842
6843 @staticmethod
6844 def handler(fit, ship, context, projectionRange, **kwargs):
6845 fit.modules.filteredItemForce(lambda mod: mod.item.group.name == 'Cloaking Device',
6846 'cloakingTargetingDelay',
6847 ship.getModifiedItemAttr('covertOpsStealthBomberTargettingDelay'), **kwargs)
6848
6849
6850class Effect2255(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemForceMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected