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

Method dumps

Lib/test/test_pickle.py:155–156  ·  view source on GitHub ↗
(self, arg, protocol=None, **kwargs)

Source from the content-addressed store, hash-verified

153 struct.error, IndexError, ImportError)
154
155 def dumps(self, arg, protocol=None, **kwargs):
156 return pickle.dumps(arg, protocol, **kwargs)
157
158 def loads(self, buf, **kwds):
159 return pickle.loads(buf, **kwds)

Callers

nothing calls this directly

Calls 1

dumpsMethod · 0.45

Tested by

no test coverage detected