(self, parent, strategy_key)
| 2145 | __slots__ = "join_depth" |
| 2146 | |
| 2147 | def __init__(self, parent, strategy_key): |
| 2148 | super().__init__(parent, strategy_key) |
| 2149 | self.join_depth = self.parent_property.join_depth |
| 2150 | |
| 2151 | def init_class_attribute(self, mapper): |
| 2152 | self.parent_property._get_strategy( |