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

Method dict

tools/settings.py:343–344  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

341 self.types[key] = type(value)
342
343 def dict(self):
344 return self.attrs
345
346 def external_dict(self, skip_keys={}): # noqa
347 external_settings = {}

Callers 2

external_dictMethod · 0.95
get_port_variantFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected