h5.archive.HDFArchiveGroup.update

HDFArchiveGroup.update(object_with_dict_protocol)[source]

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.