def values(self): """ Get all the values of the configuration. :return tuple: The values of the configuration. """ return ValuesView(self)