(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)) |
| 785 | |
| 786 | def test_load_from_data3(self): |
| 787 | self.assert_is_copy(self._testdata, self.loads(DATA3)) |
nothing calls this directly
no test coverage detected