コード例 #1
0
ファイル: container.py プロジェクト: LucsT/fabtools
 def destroy(self):
     return vz.destroy(self.ctid)
コード例 #2
0
ファイル: container.py プロジェクト: 26lights/fabtools
 def destroy(self):
     """
     Destroy the container.
     """
     return vz.destroy(self.ctid)
コード例 #3
0
 def destroy(self):
     """
     Destroy the container.
     """
     return vz.destroy(self.ctid)