Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_only
Method · 0.45
finalize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected