mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
218 B
218 B
icon | label |
---|---|
package | pickle |
pickle.dumps(obj) -> bytes
Return the pickled representation of an object as a bytes object.
pickle.loads(b: bytes)
Return the unpickled object from a bytes object.