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