Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __setstate__
Method
__setstate__
lib/sqlalchemy/ext/mutable.py:1075–1076 ·
view source on GitHub ↗
(self, state: Iterable[_T])
Source
from the content-addressed store, hash-verified
1073
return
set(self)
1074
1075
def
__setstate__(self, state: Iterable[_T]) -> None:
1076
self.update(state)
1077
1078
def
__reduce_ex__(
1079
self, proto: SupportsIndex
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected