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

Method limit_settings

tools/settings.py:361–364  ·  view source on GitHub ↗
(self, allowed)

Source from the content-addressed store, hash-verified

359 return self.attrs.keys()
360
361 def limit_settings(self, allowed):
362 self.allowed_settings.clear()
363 if allowed:
364 self.allowed_settings.update(allowed)
365
366 def __getattr__(self, attr):
367 if self.allowed_settings:

Callers 3

mainFunction · 0.80
run_post_linkFunction · 0.80
runFunction · 0.80

Calls 2

updateMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected