(self)
| 775 | self.check_unpickling_error_strict(errors, data) |
| 776 | |
| 777 | def test_load_from_data0(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)) |
nothing calls this directly
no test coverage detected