MCPcopy Index your code
hub / github.com/plotly/dash / unset_read_only

Method unset_read_only

dash/_utils.py:109–112  ·  view source on GitHub ↗
(self, keys)

Source from the content-addressed store, hash-verified

107 object.__setattr__(self, "_read_only", new_read_only)
108
109 def unset_read_only(self, keys):
110 if hasattr(self, "_read_only"):
111 for key in keys:
112 self._read_only.pop(key, None)
113
114 def finalize(self, msg="Object is final: No new keys may be added."):
115 """Prevent any new keys being set."""

Callers 1

init_appMethod · 0.80

Calls 1

popMethod · 0.80

Tested by

no test coverage detected