MCPcopy Create free account
hub / github.com/ddnet/ddnet / client

Method client

scripts/integration_test.py:234–235  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

232 return Server(self, *args, **kwargs)
233
234 def client(self, *args, **kwargs):
235 return Client(self, *args, **kwargs)
236
237 def mastersrv(self, *args, **kwargs):
238 return Mastersrv(self, *args, **kwargs)

Callers 5

start_clientFunction · 0.80
client_can_connectFunction · 0.80
client_can_connect_7Function · 0.80
open_editorFunction · 0.80
smoke_testFunction · 0.80

Calls 1

ClientClass · 0.70

Tested by

no test coverage detected