MCPcopy Index your code
hub / github.com/python/cpython / check_unpickling_error

Method check_unpickling_error

Lib/test/pickletester.py:773–775  ·  view source on GitHub ↗
(self, errors, data)

Source from the content-addressed store, hash-verified

771 raise
772
773 def check_unpickling_error(self, errors, data):
774 with self.subTest(data=data):
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))

Callers 15

test_maxint64Method · 0.95
test_misc_getMethod · 0.95
test_negative_putMethod · 0.95
test_bad_ext_codeMethod · 0.95

Calls 2

subTestMethod · 0.45

Tested by

no test coverage detected