(self)
| 778 | self.assert_is_copy(self._testdata, self.loads(DATA0)) |
| 779 | |
| 780 | def test_load_from_data1(self): |
| 781 | self.assert_is_copy(self._testdata, self.loads(DATA1)) |
| 782 | |
| 783 | def test_load_from_data2(self): |
| 784 | self.assert_is_copy(self._testdata, self.loads(DATA2)) |
nothing calls this directly
no test coverage detected