Bases: object
HDF5Attribute gives access to the attributes of a dataset via set() and get() methods
Constructor
Check for the existence of an attribute on a dataset
Returns a list of all key and value pairs
Returns a list of all values
Get the names of all the attributes on this dataset as a std::vector<std::string>
Overloaded versions
str(attribute_name)
Get the value of the attribute in the HDF5 file as a string representation
str()
Get the names of all the attributes on this dataset
The membership flag
Return a dict representation (copy) of all data
Get the type of the attribute “string”, “float”, “int” “vectorfloat”, “vectorint” or “unsupported”
Returns a list of all values