save method

save

Saves the output file to the given path.

def save(self, path, output_file):
    ...
ParameterTypeDescription
pathstrPath to save the file to.
output_fileIOutputFileOutput file.

See Also