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

Method __exit__

test/test_sockets.py:183–187  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

181 return self
182
183 def __exit__(self, *args, **kwargs):
184 clean_process(self.process)
185
186 # always run these tests last
187 # make sure to use different ports in each one because it takes a while for the processes to be cleaned up
188
189
190# Executes a native executable server process

Callers

nothing calls this directly

Calls 1

clean_processFunction · 0.85

Tested by

no test coverage detected