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

Method server

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

Source from the content-addressed store, hash-verified

229 self.test_timeout_queue.put(queue)
230
231 def server(self, *args, **kwargs):
232 return Server(self, *args, **kwargs)
233
234 def client(self, *args, **kwargs):
235 return Client(self, *args, **kwargs)

Callers 9

meta_timeoutFunction · 0.80
meta_test_timeoutFunction · 0.80
start_serverFunction · 0.80
client_can_connectFunction · 0.80
client_can_connect_7Function · 0.80
smoke_testFunction · 0.80
server_can_registerFunction · 0.80

Calls 1

ServerClass · 0.70

Tested by

no test coverage detected