MCPcopy
hub / github.com/pyload/pyload / packageFinished

Method packageFinished

module/HookManager.py:242–250  ·  view source on GitHub ↗
(self, package)

Source from the content-addressed store, hash-verified

240
241 @lock
242 def packageFinished(self, package):
243 for plugin in self.plugins:
244 if plugin.isActivated():
245 if "packageFinished" in plugin.__threaded__:
246 self.startThread(plugin.packageFinished, package)
247 else:
248 plugin.packageFinished(package)
249
250 self.dispatchEvent("packageFinished", package)
251
252 @lock
253 def beforeReconnecting(self, ip):

Callers

nothing calls this directly

Calls 3

startThreadMethod · 0.95
dispatchEventMethod · 0.95
isActivatedMethod · 0.80

Tested by

no test coverage detected