示例#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()]