h5.archive_basic_layer
Low-level bridge between h5.archive and the compiled _h5py module.
This module translates the high-level, dict-like archive operations into calls
on the C++ HDF5 handles exposed by the compiled h5._h5py extension: opening
groups, reading and writing datasets and attributes, and creating groups and
soft links. It is an implementation detail – users interact with
HDFArchive rather than with this layer directly.
Classes
|
Low-level group operations backing |