(self, a1)
| 79 | ) |
| 80 | |
| 81 | def _assert_hasparent(self, a1): |
| 82 | assert attributes.has_parent(self.classes.User, a1, "addresses") |
| 83 | |
| 84 | def _assert_not_hasparent(self, a1): |
| 85 | assert not attributes.has_parent(self.classes.User, a1, "addresses") |
no test coverage detected