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

Method __init__

module/PluginThread.py:154–161  ·  view source on GitHub ↗

Constructor

(self, manager)

Source from the content-addressed store, hash-verified

152
153 #----------------------------------------------------------------------
154 def __init__(self, manager):
155 """Constructor"""
156 PluginThread.__init__(self, manager)
157
158 self.queue = Queue() # job queue
159 self.active = False
160
161 self.start()
162
163 #----------------------------------------------------------------------
164 def run(self):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
startMethod · 0.45

Tested by

no test coverage detected