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