Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyload/pyload
/ clean
Method
clean
module/PluginThread.py:144–147 ·
view source on GitHub ↗
set thread unactive and release pyfile
(self, pyfile)
Source
from the content-addressed store, hash-verified
142
return
dump
143
144
def
clean(self, pyfile):
145
""
" set thread unactive and release pyfile "
""
146
self.active = False
147
pyfile.release()
148
149
150
class
DownloadThread(PluginThread):
Callers
1
run
Method · 0.45
Calls
1
release
Method · 0.45
Tested by
no test coverage detected