Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ toList
Method
toList
module/PullEvents.py:80–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
self.destination = destination
79
80
def
toList(self):
81
return
[
"update"
, self.destination, self.type, self.id]
82
83
class
RemoveEvent():
84
def
__init__(self, itype, iid, destination):
Callers
1
getEvents
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected