Attributes¶
- class exdir.core.Attribute(parent, mode, file, path=None)[source]¶
Bases:
object
The attribute object is a dictionary-like object that is used to access the attributes stored in the
attributes.yaml
file for a given Exdir Object.The Attribute object should not be created, but retrieved by accessing the
.attrs
property of any Exdir Object, such as a Dataset, Group or File.- property filename¶
- Return type:
The filename of the
attributes.yaml
file.