MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / do_init

Method do_init

lib/sqlalchemy/orm/interfaces.py:1205–1207  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1203 )
1204
1205 def do_init(self) -> None:
1206 self._strategies = {}
1207 self.strategy = self._get_strategy(self.strategy_key)
1208
1209 def post_instrument_class(self, mapper: Mapper[Any]) -> None:
1210 if not mapper.class_manager._attr_has_impl(self.key):

Callers

nothing calls this directly

Calls 1

_get_strategyMethod · 0.95

Tested by

no test coverage detected