fields.buffers.core.HDF5Buffer.has_units# property HDF5Buffer.has_units: bool# Whether the buffer carries unit metadata. This returns True if the buffer has an attached physical unit (i.e., self.units is not None), and False otherwise. Returns: True if the buffer has units, False if it is unitless. Return type: bool