MCPcopy
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
1529class _LoadElement(

Callers

nothing calls this directly

Calls 1

_shallow_from_dictMethod · 0.80

Tested by

no test coverage detected