MCPcopy
hub / github.com/pyload/pyload / package_finished

Method package_finished

module/plugins/hooks/ExtractArchive.py:205–208  ·  view source on GitHub ↗
(self, pypack)

Source from the content-addressed store, hash-verified

203 self.queue.remove(pid)
204
205 def package_finished(self, pypack):
206 self.queue.add(pypack.id)
207 if not self.config.get('waitall') and not self.extracting:
208 self.extract_queued()
209
210 def all_downloads_processed(self):
211 self.last_package = True

Callers

nothing calls this directly

Calls 3

extract_queuedMethod · 0.95
addMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected