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

Method startThread

module/HookManager.py:267–268  ·  view source on GitHub ↗
(self, function, *args, **kwargs)

Source from the content-addressed store, hash-verified

265 self.dispatchEvent("afterReconnecting", ip)
266
267 def startThread(self, function, *args, **kwargs):
268 t = HookThread(self.core.threadManager, function, args, kwargs)
269
270 def activePlugins(self):
271 """ returns all active plugins """

Callers 4

downloadFinishedMethod · 0.95
downloadFailedMethod · 0.95
packageFinishedMethod · 0.95
runFunction · 0.80

Calls 1

HookThreadClass · 0.90

Tested by

no test coverage detected