MCPcopy
hub / github.com/pyload/pyload / isActivated

Method isActivated

module/plugins/internal/Addon.py:83–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81
82 #: Deprecated method, use `activated` property instead (Remove in 0.4.10)
83 def isActivated(self):
84 return self.activated
85
86 def deactivate(self):
87 """

Callers 9

createIndexMethod · 0.80
coreReadyMethod · 0.80
coreExitingMethod · 0.80
downloadPreparingMethod · 0.80
downloadFinishedMethod · 0.80
downloadFailedMethod · 0.80
packageFinishedMethod · 0.80
afterReconnectingMethod · 0.80
activePluginsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected