コード例 #1
0
 def __init__(self):
     self.operationengine_api = operationengine_api.API()
     self.protection_api = protection_api.API()
     super(PlansController, self).__init__()
コード例 #2
0
ファイル: verifications.py プロジェクト: weizai118/karbor
 def __init__(self):
     self.protection_api = protection_api.API()
     super(VerificationsController, self).__init__()
コード例 #3
0
 def __init__(self):
     self.protection_api = protection_api.API()
     super(RestoresController, self).__init__()
コード例 #4
0
 def __init__(self):
     self.protection_api = protection_api.API()
     self._checkpoint_view_builder = CheckpointViewBuilder()
     super(ProvidersController, self).__init__()