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

Method autoreloadPlugins

module/plugins/hooks/UpdateManager.py:88–92  ·  view source on GitHub ↗

See `autoreload_plugins`

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

86 #: Deprecated method, use `autoreload_plugins` instead
87 @Expose
88 def autoreloadPlugins(self, *args, **kwargs):
89 """
90 See `autoreload_plugins`
91 """
92 return self.autoreload_plugins(*args, **kwargs)
93
94 @Expose
95 def autoreload_plugins(self):

Callers

nothing calls this directly

Calls 1

autoreload_pluginsMethod · 0.95

Tested by

no test coverage detected