Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
notify
Method · 0.95
_
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected