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

Method __setitem__

tools/settings.py:431–432  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

429 return self.attrs[key]
430
431 def __setitem__(self, key, value):
432 self.attrs[key] = value
433
434 def backup(self):
435 return copy.deepcopy(self.attrs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected