(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)) |
| 881 | |
| 882 | def test_load_classic_instance(self): |
| 883 | # See issue5180. Test loading 2.x pickles that |
nothing calls this directly
no test coverage detected