zero.io.load_pickle¶
-
zero.io.
load_pickle
(path, **kwargs)[source]¶ Load pickled object from a file.
- Parameters
path (
PathLike
) – path to the file. The file must exist.kwargs – arguments for
pickle.load
- Returns
The upickled object.
- Return type
Any