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

Method __setattr__

dash/_utils.py:84–85  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

82 """
83
84 def __setattr__(self, key, value):
85 self[key] = value
86
87 def __getattr__(self, key):
88 try:

Callers 2

set_read_onlyMethod · 0.45
finalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected