Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __setstate__
Method
__setstate__
lib/sqlalchemy/orm/strategy_options.py:1525–1526 ·
view source on GitHub ↗
(self, state: Dict[str, Any])
Source
from the content-addressed store, hash-verified
1523
return
d
1524
1525
def
__setstate__(self, state: Dict[str, Any]) -> None:
1526
self._shallow_from_dict(state)
1527
1528
1529
class
_LoadElement(
Callers
nothing calls this directly
Calls
1
_shallow_from_dict
Method · 0.80
Tested by
no test coverage detected