(self)
| 865 | raise |
| 866 | |
| 867 | def test_load_from_data0(self): |
| 868 | self.assert_is_copy(self._testdata, self.loads(DATA0)) |
| 869 | |
| 870 | def test_load_from_data1(self): |
| 871 | self.assert_is_copy(self._testdata, self.loads(DATA1)) |
nothing calls this directly
no test coverage detected