def view(self) -> 'typing.Mapping[int, channel.Channel]': """ :return: A read-only view into the channels for this wrapper. """ return MappingProxyType(self._channels)