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

Method __exit__

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

Source from the content-addressed store, hash-verified

199 return self
200
201 def __exit__(self, *args, **kwargs):
202 clean_process(self.process)
203
204
205def NodeJsWebSocketEchoServerProcess():

Callers

nothing calls this directly

Calls 1

clean_processFunction · 0.85

Tested by

no test coverage detected