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

Method __init__

test/test_sockets.py:192–194  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

190# Executes a native executable server process
191class BackgroundServerProcess:
192 def __init__(self, args):
193 self.process = None
194 self.args = args
195
196 def __enter__(self):
197 print('Running background server: ' + str(self.args))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected