Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ __init__
Method
__init__
test/browser_common.py:688–690 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
686
num_tests_ran = 0
687
688
def
__init__(self, *args, **kwargs):
689
self.capture_stdio = EMTEST_CAPTURE_STDIO
690
super().__init__(*args, **kwargs)
691
692
@classmethod
693
def
browser_terminate(cls):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected