예제 #1
0
 def preview_resources(self):
     '''
     Preview the stack with all of the resources.
     '''
     return [resource.preview() for resource in self.resources.itervalues()]
예제 #2
0
파일: parser.py 프로젝트: jdandrea/heat
 def preview_resources(self):
     '''
     Preview the stack with all of the resources.
     '''
     return [resource.preview()
             for resource in self.resources.itervalues()]