zero.io.dump_pickle¶
-
zero.io.
dump_pickle
(x, path, **kwargs)[source]¶ Dump an object to a file in Pickle format.
- Parameters
x (Any) – the object
path (
PathLike
) – path to the file. If the file doesn’t exist, it will be created, otherwise, overwritten.kwargs – arguments for
pickle.dump
- Return type