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

Method __init__

module/PluginThread.py:44–48  ·  view source on GitHub ↗

Constructor

(self, manager)

Source from the content-addressed store, hash-verified

42
43 #----------------------------------------------------------------------
44 def __init__(self, manager):
45 """Constructor"""
46 Thread.__init__(self)
47 self.setDaemon(True)
48 self.m = manager #thread manager
49
50
51 def writeDebugReport(self, pyfile):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected