save method

save

Save the modified metadata to the file.

def save(self, file_name):
    ...
ParameterTypeDescription
file_namestrThe file name.

save

Save the modified metadata to the stream.

def save(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream.

See Also