eelib.utils.read_pickle

Reads .pickle files.

Author: elenia@TUBS
Copyright 2024 elenia
This file is part of eELib, which is free software under the terms of the GNU GPL Version 3.

Module Contents

Functions

read_pickle(path)

Read the whole data from a stored pickle file.

read_pickle(path: str)

Read the whole data from a stored pickle file.

Parameters:

path (str) – path to pickle file

Raises:

FileNotFoundError – Error if given pickle file path is not existent

Returns:

stored data from pickle file

Return type:

data