(cls)
| 1516 | |
| 1517 | @classmethod |
| 1518 | def setup_classes(cls): |
| 1519 | Parent.kids = association_proxy("children", "name") |
| 1520 | |
| 1521 | def test_weak_identity_map(self): |
| 1522 | self.mapper_registry.map_imperatively( |
nothing calls this directly
no test coverage detected