(self, mapper)
| 661 | "items.", |
| 662 | ) |
| 663 | def init_class_attribute(self, mapper): |
| 664 | self.is_class_level = True |
| 665 | |
| 666 | _register_attribute( |
| 667 | self.parent_property, |
| 668 | mapper, |
| 669 | useobject=True, |
| 670 | typecallable=self.parent_property.collection_class, |
| 671 | ) |
| 672 | |
| 673 | def create_row_processor( |
| 674 | self, |
no test coverage detected