Exemplo n.º 1
0
 def preview_resources(self):
     '''
     Preview the stack with all of the resources.
     '''
     return [resource.preview() for resource in self.resources.itervalues()]
Exemplo n.º 2
0
 def preview_resources(self):
     '''
     Preview the stack with all of the resources.
     '''
     return [resource.preview()
             for resource in self.resources.itervalues()]