save method

save(self, file_name)

Save the modified metadata to the file.


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

save(self, stream)

Save the modified metadata to the stream.


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

See Also