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

Method addEvent

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

Source from the content-addressed store, hash-verified

49 return uniqify(events, repr)
50
51 def addEvent(self, event):
52 for client in self.clients:
53 client.addEvent(event)
54
55class Client():
56 def __init__(self, uuid):

Callers

nothing calls this directly

Calls 1

addEventMethod · 0.45

Tested by

no test coverage detected