(self, parent, strategy_key)
| 1378 | __slots__ = ("join_depth",) |
| 1379 | |
| 1380 | def __init__(self, parent, strategy_key): |
| 1381 | super().__init__(parent, strategy_key) |
| 1382 | self.join_depth = self.parent_property.join_depth |
| 1383 | |
| 1384 | def init_class_attribute(self, mapper): |
| 1385 | self.parent_property._get_strategy( |