Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ __init__
Method
__init__
test/browser_common.py:570–572 ·
view source on GitHub ↗
(self, server)
Source
from the content-addressed store, hash-verified
568
""
"A generic thread class to create and run an http server."
""
569
570
def
__init__(self, server):
571
super().__init__()
572
self.server = server
573
574
def
stop(self):
575
""
"Shuts down the server if it is running."
""
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected