def __radd__(self, other): return other + self._main.values() ## following methods not implemented for values ##