(self)
| 784 | self.assert_is_copy(self._testdata, self.loads(DATA2)) |
| 785 | |
| 786 | def test_load_from_data3(self): |
| 787 | self.assert_is_copy(self._testdata, self.loads(DATA3)) |
| 788 | |
| 789 | def test_load_from_data4(self): |
| 790 | self.assert_is_copy(self._testdata, self.loads(DATA4)) |
nothing calls this directly
no test coverage detected