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

Method backup

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

Source from the content-addressed store, hash-verified

432 self.attrs[key] = value
433
434 def backup(self):
435 return copy.deepcopy(self.attrs)
436
437 def restore(self, previous):
438 self.attrs.update(previous)

Callers 1

run_embind_genFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected