Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
72
class
UpdateEvent():
73
def
__init__(self, itype, iid, destination):
Callers
4
pullEvents
Method · 0.45
notifyChange
Method · 0.45
addEvent
Method · 0.45
notifyChange
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected