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

Method afterReconnecting

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

Source from the content-addressed store, hash-verified

258
259 @lock
260 def afterReconnecting(self, ip):
261 for plugin in self.plugins:
262 if plugin.isActivated():
263 plugin.afterReconnecting(ip)
264
265 self.dispatchEvent("afterReconnecting", ip)
266
267 def startThread(self, function, *args, **kwargs):
268 t = HookThread(self.core.threadManager, function, args, kwargs)

Callers 1

tryReconnectMethod · 0.45

Calls 2

dispatchEventMethod · 0.95
isActivatedMethod · 0.80

Tested by

no test coverage detected