(self, mapper)
| 2149 | self.join_depth = self.parent_property.join_depth |
| 2150 | |
| 2151 | def init_class_attribute(self, mapper): |
| 2152 | self.parent_property._get_strategy( |
| 2153 | (("lazy", "select"),) |
| 2154 | ).init_class_attribute(mapper) |
| 2155 | |
| 2156 | def setup_query( |
| 2157 | self, |
nothing calls this directly
no test coverage detected