h5.archive.HDFArchive.update

HDFArchive.update(object_with_dict_protocol)

Copy all (key, value) pairs of a mapping into the group.

Parameters:
object_with_dict_protocolmapping

Any object exposing an items() method (e.g. a dict or another HDFArchiveGroup). Each pair is written via self[key] = value.