def preview_resources(self): ''' Preview the stack with all of the resources. ''' return [resource.preview() for resource in self.resources.itervalues()]