MCPcopy Index your code
hub / github.com/pyload/pyload / createThread

Method createThread

module/ThreadManager.py:75–79  ·  view source on GitHub ↗

create a download thread

(self)

Source from the content-addressed store, hash-verified

73
74
75 def createThread(self):
76 """create a download thread"""
77
78 thread = PluginThread.DownloadThread(self)
79 self.threads.append(thread)
80
81 def createInfoThread(self, data, pid):
82 """

Callers 2

__init__Method · 0.95
checkThreadCountMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected