vampire.util.read_pickle# vampire.util.read_pickle(path)[source]# Loads content in the pickle file from path. Parameters: pathstrPath of pickle file to be loaded. Returns: contentContent of the pickle file.