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

Method clear_setting

test/common.py:856–857  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

854 return key in self.settings_mods
855
856 def clear_setting(self, key):
857 self.settings_mods.pop(key, None)
858
859 def serialize_settings(self, compile_only=False):
860 ret = []

Callers 15

set_settingMethod · 0.95
test_renamed_settingMethod · 0.80
test_exceptions_typedMethod · 0.80
test_exceptions_stdMethod · 0.80
prep_dlfcn_mainMethod · 0.80
build_dlfcn_libMethod · 0.80
dylink_testfMethod · 0.80

Calls 1

popMethod · 0.45