MCPcopy
hub / github.com/pyload/pyload / finishFile

Method finishFile

module/PluginThread.py:449–453  ·  view source on GitHub ↗
(self, pyfile)

Source from the content-addressed store, hash-verified

447 self.active.append(pyfile)
448
449 def finishFile(self, pyfile):
450 if pyfile in self.active:
451 self.active.remove(pyfile)
452
453 pyfile.finishIfDone()
454
455 def run(self):
456 try:

Callers 4

runMethod · 0.95
scanMethod · 0.80
verify_packageMethod · 0.80
extractMethod · 0.80

Calls 2

finishIfDoneMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected