Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.95
scan
Method · 0.80
verify_package
Method · 0.80
extract
Method · 0.80
Calls
2
finishIfDone
Method · 0.80
remove
Method · 0.45
Tested by
no test coverage detected