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

Method test_load_from_data4

Lib/test/pickletester.py:789–790  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

assert_is_copyMethod · 0.95
loadsMethod · 0.95

Tested by

no test coverage detected