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

Method run

test/browser_common.py:578–581  ·  view source on GitHub ↗

Create a server instance and serve forever until stop() is called.

(self)

Source from the content-addressed store, hash-verified

576 self.server.shutdown()
577
578 def run(self):
579 """Create a server instance and serve forever until stop() is called."""
580 # Start the server's main loop (this blocks until shutdown() is called)
581 self.server.serve_forever()
582
583
584# This will hold the ID for each worker process if running in parallel mode,

Callers

nothing calls this directly

Calls 1

serve_foreverMethod · 0.80

Tested by

no test coverage detected