Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ setUp
Method
setUp
test/test_interactive.py:406–409 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
404
405
class
interactive_2gb(interactive):
406
def
setUp(self):
407
super().setUp()
408
self.set_setting(
'INITIAL_MEMORY'
,
'2200mb'
)
409
self.set_setting(
'GLOBAL_BASE'
,
'2gb'
)
Callers
nothing calls this directly
Calls
2
set_setting
Method · 0.80
setUp
Method · 0.45
Tested by
no test coverage detected