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

Method init

module/plugins/internal/MultiAccount.py:53–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 (r'^0', "zero")]
52
53 def init(self):
54 self.need_reactivate = False
55
56 self.plugins = []
57 self.supported = []
58
59 self.pluginclass = None
60 self.pluginmodule = None
61 self.plugintype = None
62
63 self.fail_count = 0
64
65 self.init_plugin()
66
67 def init_plugin(self):
68 plugin, self.plugintype = self.pyload.pluginManager.findPlugin(self.classname)

Callers

nothing calls this directly

Calls 1

init_pluginMethod · 0.95

Tested by

no test coverage detected