(self)
| 871 | self.assert_is_copy(self._testdata, self.loads(DATA1)) |
| 872 | |
| 873 | def test_load_from_data2(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)) |
nothing calls this directly
no test coverage detected