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

Method __init__

module/plugins/PluginManager.py:43–53  ·  view source on GitHub ↗
(self, core)

Source from the content-addressed store, hash-verified

41
42
43 def __init__(self, core):
44 self.core = core
45
46 #self.config = self.core.config
47 self.log = core.log
48
49 self.plugins = {}
50 self.createIndex()
51
52 #register for import hook
53 sys.meta_path.append(self)
54
55
56 def createIndex(self):

Callers

nothing calls this directly

Calls 2

createIndexMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected