MCPcopy Create free account
hub / github.com/pyload/pyload / pyload_updated

Method pyload_updated

module/plugins/internal/Notifier.py:46–50  ·  view source on GitHub ↗
(self, etag)

Source from the content-addressed store, hash-verified

44 raise NotImplementedError
45
46 def pyload_updated(self, etag):
47 if not self.config.get('update', True):
48 return
49
50 self.notify(_("pyLoad updated"), etag)
51
52 def exit(self):
53 if not self.config.get('exit', True):

Callers

nothing calls this directly

Calls 3

notifyMethod · 0.95
_Function · 0.50
getMethod · 0.45

Tested by

no test coverage detected