MCPcopy
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
150class DownloadThread(PluginThread):

Callers 1

runMethod · 0.45

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected