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