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

Method activePlugins

module/HookManager.py:270–272  ·  view source on GitHub ↗

returns all active plugins

(self)

Source from the content-addressed store, hash-verified

268 t = HookThread(self.core.threadManager, function, args, kwargs)
269
270 def activePlugins(self):
271 """ returns all active plugins """
272 return [x for x in self.plugins if x.isActivated()]
273
274 def getAllInfo(self):
275 """returns info stored by hook plugins"""

Callers 1

handleCaptchaMethod · 0.80

Calls 1

isActivatedMethod · 0.80

Tested by

no test coverage detected