MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __init__

Method __init__

lib/sqlalchemy/orm/strategies.py:203–206  ·  view source on GitHub ↗
(self, parent, strategy_key)

Source from the content-addressed store, hash-verified

201 __slots__ = "columns", "is_composite"
202
203 def __init__(self, parent, strategy_key):
204 super().__init__(parent, strategy_key)
205 self.columns = self.parent_property.columns
206 self.is_composite = hasattr(self.parent_property, "composite_class")
207
208 def setup_query(
209 self,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected