def keys(self): """ Get all the keys of the configuration. :return tuple: The keys of the configuration. """ return KeysView(self)