(self)
| 787 | self.assert_is_copy(self._testdata, self.loads(DATA3)) |
| 788 | |
| 789 | def test_load_from_data4(self): |
| 790 | self.assert_is_copy(self._testdata, self.loads(DATA4)) |
| 791 | |
| 792 | def test_load_classic_instance(self): |
| 793 | # See issue5180. Test loading 2.x pickles that |
nothing calls this directly
no test coverage detected