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

Method handler

eos/effects.py:242–248  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

240
241 @staticmethod
242 def handler(fit, module, context, projectionRange, **kwargs):
243 rt = module.getModifiedItemAttr('reloadTime')
244 if not rt:
245 # Set reload time to 10 seconds
246 module.reloadTime = 10000
247 else:
248 module.reloadTime = rt
249
250
251class Effect38(BaseEffect):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected