MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / PythonTcpEchoServerProcess

Function PythonTcpEchoServerProcess

test/test_sockets.py:209–210  ·  view source on GitHub ↗
(port)

Source from the content-addressed store, hash-verified

207
208
209def PythonTcpEchoServerProcess(port):
210 return BackgroundServerProcess([PYTHON, test_file('websocket/tcp_echo_server.py'), port])
211
212
213class sockets(BrowserCore):

Callers 1

Calls 2

test_fileFunction · 0.85

Tested by

no test coverage detected