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

Method has_changed_setting

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

Source from the content-addressed store, hash-verified

851 self.settings_mods[key] = value
852
853 def has_changed_setting(self, key):
854 return key in self.settings_mods
855
856 def clear_setting(self, key):
857 self.settings_mods.pop(key, None)

Calls

no outgoing calls