MCPcopy 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
405class 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_settingMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected