Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __setstate__
Method
__setstate__
lib/sqlalchemy/sql/elements.py:1574–1575 ·
view source on GitHub ↗
(self, state)
Source
from the content-addressed store, hash-verified
1572
return
comparator_factory(self)
1573
1574
def
__setstate__(self, state):
1575
self.__dict__.update(state)
1576
1577
def
__getattr__(self, key: str) -> Any:
1578
try
:
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected