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

Method output_name

test/common.py:726–728  ·  view source on GitHub ↗
(self, basename)

Source from the content-addressed store, hash-verified

724 return imports, exports, funcs
725
726 def output_name(self, basename):
727 suffix = get_output_suffix(self.get_cflags())
728 return basename + suffix
729
730 @classmethod
731 def setUpClass(cls):

Callers 15

test_response_fileMethod · 0.80
test_cube2hashMethod · 0.80
test_exceptions_3Method · 0.80
test_em_jsMethod · 0.80
test_memorygrowthMethod · 0.80
test_memorygrowth_2Method · 0.80
dylink_testfMethod · 0.80
test_dylink_basicsMethod · 0.80
test_statMethod · 0.80
test_dlmalloc_inlineMethod · 0.80

Calls 2

get_cflagsMethod · 0.95
get_output_suffixFunction · 0.85

Tested by 15

test_response_fileMethod · 0.64
test_cube2hashMethod · 0.64
test_exceptions_3Method · 0.64
test_em_jsMethod · 0.64
test_memorygrowthMethod · 0.64
test_memorygrowth_2Method · 0.64
dylink_testfMethod · 0.64
test_dylink_basicsMethod · 0.64
test_statMethod · 0.64
test_dlmalloc_inlineMethod · 0.64