load_pickle

ssapy.io.load_pickle(filename_)[source][source]

Load data from a pickle file.

Parameters:

filename (str) – The path to the pickle file to be loaded.

Returns:

The data loaded from the pickle file. If an error occurs,

an empty list is returned.

Return type:

object