Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_setting
Method · 0.95
test_renamed_setting
Method · 0.80
test_longjmp_with_and_without_exceptions
Method · 0.80
test_exceptions_with_and_without_longjmp
Method · 0.80
test_exceptions_allowed
Method · 0.80
test_exceptions_typed
Method · 0.80
test_exceptions_std
Method · 0.80
clear_all_relevant_settings
Method · 0.80
prep_dlfcn_main
Method · 0.80
build_dlfcn_lib
Method · 0.80
test_dlfcn_handle_alloc
Method · 0.80
dylink_testf
Method · 0.80
Calls
1
pop
Method · 0.45
Tested by
15
test_renamed_setting
Method · 0.64
test_longjmp_with_and_without_exceptions
Method · 0.64
test_exceptions_with_and_without_longjmp
Method · 0.64
test_exceptions_allowed
Method · 0.64
test_exceptions_typed
Method · 0.64
test_exceptions_std
Method · 0.64
clear_all_relevant_settings
Method · 0.64
prep_dlfcn_main
Method · 0.64
build_dlfcn_lib
Method · 0.64
test_dlfcn_handle_alloc
Method · 0.64
dylink_testf
Method · 0.64
test_dylink_exceptions_try_catch_6
Method · 0.64