vampire.util.write_pickle# vampire.util.write_pickle(path, variable)[source]# Writes variable to path as a pickle file. Parameters: pathstrPath of pickle file to be saved. variableA variable to be saved in pickle file.