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

Method initPlugins

module/plugins/AccountManager.py:43–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 self.saveAccounts() # save to add categories to conf
42
43 def initPlugins(self):
44 self.accounts = {} # key = ( plugin )
45 self.plugins = {}
46
47 self.initAccountPlugins()
48 self.loadAccounts()
49
50
51 def getAccountPlugin(self, plugin):

Callers 2

__init__Method · 0.95
reloadPluginsMethod · 0.80

Calls 2

initAccountPluginsMethod · 0.95
loadAccountsMethod · 0.95

Tested by

no test coverage detected