def items(self): """ Get all the items of the configuration (key/value pairs). :return tuple: The items of the configuration. """ return ItemsView(self)