vampire.util.read_pickle#

vampire.util.read_pickle(path)[source]#

Loads content in the pickle file from path.

Parameters:
pathstr

Path of pickle file to be loaded.

Returns:
content

Content of the pickle file.