_StorageRoot#

class caput.memdata._StorageRoot(distributed=False, comm=None)[source]#

Bases: _Storage

Root level of the storage tree.

property comm[source]#

Reference to the MPI communicator.

property distributed[source]#

Whether this storage root supports distributed datasets.

Methods#

__eq__(other)

Return self==value.

__getitem__(key)

Implements Hierarchical path lookup.