(self, parent, strategy_key)
| 1479 | __slots__ = ("join_depth",) |
| 1480 | |
| 1481 | def __init__(self, parent, strategy_key): |
| 1482 | super().__init__(parent, strategy_key) |
| 1483 | self.join_depth = self.parent_property.join_depth |
| 1484 | |
| 1485 | def init_class_attribute(self, mapper): |
| 1486 | self.parent_property._get_strategy( |