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

Method activate

module/plugins/hooks/XFileSharing.py:48–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 BUILTIN_CRYPTERS = ["junocloud.me", "rapidfileshare.net"]
47
48 def activate(self):
49 for type, plugin in (("hoster", "XFileSharing"),
50 ("crypter", "XFileSharingFolder")):
51 self._load(type, plugin)
52
53 def deactivate(self):
54 for type, plugin in (("hoster", "XFileSharing"),

Callers

nothing calls this directly

Calls 1

_loadMethod · 0.95

Tested by

no test coverage detected