コード例 #1
0
ファイル: hosts.py プロジェクト: jonstout/Overlord
 def __init__(self):
     Eventful.__init__(self)
     self.hosts = {}
     self.add_event("host-update")
コード例 #2
0
    def __init__(self):
        Eventful.__init__(self)
        self.switches = {}

        self.add_event("port_up")
        self.add_event("port_down")
コード例 #3
0
ファイル: devices.py プロジェクト: jonstout/Overlord
    def __init__(self):
        Eventful.__init__(self)
        self.switches = {}

        self.add_event("port_up")
        self.add_event("port_down")
コード例 #4
0
 def __init__(self):
     Eventful.__init__(self)
     self.hosts = {}
     self.add_event("host-update")