MCPcopy
hub / github.com/pyload/pyload / __init__

Method __init__

module/PluginThread.py:341–350  ·  view source on GitHub ↗

constructor

(self, manager, pyfile)

Source from the content-addressed store, hash-verified

339 """thread for decrypting"""
340
341 def __init__(self, manager, pyfile):
342 """constructor"""
343 PluginThread.__init__(self, manager)
344
345 self.active = pyfile
346 manager.localThreads.append(self)
347
348 pyfile.setStatus("decrypting")
349
350 self.start()
351
352 def getActiveFiles(self):
353 return [self.active]

Callers

nothing calls this directly

Calls 4

setStatusMethod · 0.80
__init__Method · 0.45
appendMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected