Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getEvents
Method · 0.95
Calls
2
Client
Class · 0.70
append
Method · 0.45
Tested by
no test coverage detected