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

Method shutdown

emrun.py:569–572  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

567 socketserver.BaseServer.handle_error(self, request, client_address)
568
569 def shutdown(self):
570 self.is_running = False
571 self.print_all_messages()
572 return 1
573
574
575# Processes HTTP request back to the browser.

Callers 6

serve_foreverMethod · 0.95
do_POSTMethod · 0.80
stopMethod · 0.80

Calls 1

print_all_messagesMethod · 0.95