コード例 #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()]