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

Method loads

Lib/test/test_pickle.py:71–74  ·  view source on GitHub ↗
(self, buf, **kwds)

Source from the content-addressed store, hash-verified

69 struct.error, IndexError, ImportError)
70
71 def loads(self, buf, **kwds):
72 f = io.BytesIO(buf)
73 u = self.unpickler(f, **kwds)
74 return u.load()
75
76
77class PyPicklingErrorTests(AbstractPicklingErrorTests, unittest.TestCase):

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected