seqme.read_pickle

Contents

seqme.read_pickle#

seqme.read_pickle(path)[source]#

Load and return an object from a pickle file.

Parameters:

path (str | Path) – Path to pickle file.

Return type:

Any

Returns:

The deserialized Python object.