_MemObjMixin#

class caput.memdata._MemObjMixin(storage_root=None, name='')[source]#

Mixin represents the identity of an in-memory h5py-like object.

Implement a few attributes that all memh5 objects have, such as parent and file.

property file[source]#

Not a file at all but the top most MemGroup of the tree.

property name[source]#

String giving the full path to this entry.

property parent[source]#

Parent MemGroup that contains this group.