MCPcopy
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
1337class _WildcardLoad(_AbstractLoad):

Callers 1

__setstate__Method · 0.45

Calls 2

deserializeMethod · 0.80
_shallow_from_dictMethod · 0.80

Tested by

no test coverage detected