MCPcopy 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
83class RemoveEvent():
84 def __init__(self, itype, iid, destination):

Callers 1

getEventsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected