(self, c1)
| 3720 | assert not mapper._is_orphan(state) |
| 3721 | |
| 3722 | def _assert_is_orphan(self, c1): |
| 3723 | mapper = object_mapper(c1) |
| 3724 | state = instance_state(c1) |
| 3725 | assert mapper._is_orphan(state) |
| 3726 | |
| 3727 | def test_leg_pers_r1_r2(self): |
| 3728 | c1 = self._fixture(True, True, True, True) |
no test coverage detected