Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ __setstate__
Method
__setstate__
dash/_patch.py:45–46 ·
view source on GitHub ↗
(self, state)
Source
from the content-addressed store, hash-verified
43
return
vars(self)
44
45
def
__setstate__(self, state):
46
vars(self).update(state)
47
48
def
__getitem__(self, item: _KeyType) ->
"Patch"
:
49
validate_slice(item)
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected