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

Method package_finished

module/plugins/hooks/IRC.py:53–59  ·  view source on GitHub ↗
(self, pypack)

Source from the content-addressed store, hash-verified

51 self.start()
52
53 def package_finished(self, pypack):
54 try:
55 if self.config.get('info_pack'):
56 self.response(_("Package finished: %s") % pypack.name)
57
58 except Exception:
59 pass
60
61 def download_finished(self, pyfile):
62 try:

Callers

nothing calls this directly

Calls 3

responseMethod · 0.95
_Function · 0.50
getMethod · 0.45

Tested by

no test coverage detected