(self)
| 874 | self.assert_is_copy(self._testdata, self.loads(DATA2)) |
| 875 | |
| 876 | def test_load_from_data3(self): |
| 877 | self.assert_is_copy(self._testdata, self.loads(DATA3)) |
| 878 | |
| 879 | def test_load_from_data4(self): |
| 880 | self.assert_is_copy(self._testdata, self.loads(DATA4)) |
nothing calls this directly
no test coverage detected