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

Method __init__

test/test_sockets.py:160–164  ·  view source on GitHub ↗
(self, filename, args, listen_port)

Source from the content-addressed store, hash-verified

158
159class CompiledServerHarness:
160 def __init__(self, filename, args, listen_port):
161 self.process = None
162 self.filename = filename
163 self.listen_port = listen_port
164 self.args = args or []
165
166 def __enter__(self):
167 # assuming this is only used for WebSocket tests at the moment, validate that

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected