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

Method addEvent

module/PullEvents.py:69–70  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

67 return self.events.pop(0)
68
69 def addEvent(self, event):
70 self.events.append(event)
71
72class UpdateEvent():
73 def __init__(self, itype, iid, destination):

Callers 4

pullEventsMethod · 0.45
notifyChangeMethod · 0.45
addEventMethod · 0.45
notifyChangeMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected