timeatlas.read_write.read_pickle

timeatlas.read_write.read_pickle(path: str) → Any

Load pickle

Load an object from a pickle file

Parameters

path – str of the path of the object on your file system

Returns

The deserialized object