Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __setstate__
Method
__setstate__
lib/sqlalchemy/orm/strategy_options.py:1332–1334 ·
view source on GitHub ↗
(self, state)
Source
from the content-addressed store, hash-verified
1330
return
d
1331
1332
def
__setstate__(self, state):
1333
state[
"path"
] = PathRegistry.deserialize(state[
"path"
])
1334
self._shallow_from_dict(state)
1335
1336
1337
class
_WildcardLoad(_AbstractLoad):
Callers
1
__setstate__
Method · 0.45
Calls
2
deserialize
Method · 0.80
_shallow_from_dict
Method · 0.80
Tested by
no test coverage detected