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