Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
209
def
PythonTcpEchoServerProcess(port):
210
return
BackgroundServerProcess([PYTHON, test_file(
'websocket/tcp_echo_server.py'
), port])
211
212
213
class
sockets(BrowserCore):
Callers
1
test_posix_proxy_sockets
Method · 0.85
Calls
2
BackgroundServerProcess
Class · 0.85
test_file
Function · 0.85
Tested by
no test coverage detected