MCPcopy Index your code
hub / github.com/pyload/pyload / beforeReconnecting

Method beforeReconnecting

module/HookManager.py:253–257  ·  view source on GitHub ↗
(self, ip)

Source from the content-addressed store, hash-verified

251
252 @lock
253 def beforeReconnecting(self, ip):
254 for plugin in self.plugins:
255 plugin.beforeReconnecting(ip)
256
257 self.dispatchEvent("beforeReconnecting", ip)
258
259 @lock
260 def afterReconnecting(self, ip):

Callers 1

tryReconnectMethod · 0.45

Calls 1

dispatchEventMethod · 0.95

Tested by

no test coverage detected