コード例 #1
0
 def __init__(self, sc):
     self.notify = agent_base.AgentBaseNotification(sc)
コード例 #2
0
 def __init__(self, sc):
     self._sc = sc
     self._notify = agent_base.AgentBaseNotification(sc)
     super(VpnaasRpcSender, self).__init__(None, None)