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

Class ReloadAllEvent

module/PullEvents.py:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 return ["insert", self.destination, self.type, self.id, self.after]
105
106class ReloadAllEvent():
107 def __init__(self, destination):
108 assert destination == "queue" or destination == "collector"
109 self.destination = destination
110
111 def toList(self):
112 return ["reload", self.destination]
113
114class AccountUpdateEvent():
115 def toList(self):

Callers 2

addLinksMethod · 0.90
getEventsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected