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. adictor anotherHDFArchiveGroup). Each pair is written viaself[key] = value.