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

Method newClient

module/PullEvents.py:28–29  ·  view source on GitHub ↗
(self, uuid)

Source from the content-addressed store, hash-verified

26 self.clients = []
27
28 def newClient(self, uuid):
29 self.clients.append(Client(uuid))
30
31 def clean(self):
32 for n, client in enumerate(self.clients):

Callers 1

getEventsMethod · 0.95

Calls 2

ClientClass · 0.70
appendMethod · 0.45

Tested by

no test coverage detected