MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_load_from_data4

Method test_load_from_data4

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

assert_is_copyMethod · 0.95
loadsMethod · 0.95

Tested by

no test coverage detected