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

Method handler

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

Source from the content-addressed store, hash-verified

132
133 @staticmethod
134 def handler(fit, module, context, projectionRange, **kwargs):
135 # Set reload time to 1 second
136 module.reloadTime = 1000
137
138
139class Effect17(BaseEffect):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected