cavcalc.output.BaseOutput.save#

BaseOutput.save(file: str)#

Saves the output object to the specified file, in a binary serialised Python object format (via pickle).

Parameters:
filestr

The file name (and path if saving to a location outside of the current working directory) to save this output instance to.