コード例 #1
0
ファイル: cave.py プロジェクト: gbraad/telepathy-cave
 def __init__(self):
     ConnectionManager.__init__(self, PROGRAM)
     # use telepathy magic to provide required methods
     self._protos[PROTOCOL] = caveConnection
コード例 #2
0
 def __init__(self, shutdown_func=None):
     ConnectionManager.__init__(self, PROGRAM)
     self._implement_protocol(PROTOCOL, SkykitProtocol)
コード例 #3
0
ファイル: ConnectionManager.py プロジェクト: Damra/qgvdial
 def __init__(self):
     ConnectionManager.__init__(self, PROGRAM)
     # use telepathy magic to provide required methods
     self._protos[PROTOCOL] = qgvConnection
     print "CM constructed"
コード例 #4
0
ファイル: connmgr.py プロジェクト: alex-eri/telepathy-eri
 def __init__(self):
     ConnectionManager.__init__(self, PROGRAM)
     # use telepathy magic to provide required methods
     logger.debug('init')
     self._implement_protocol('vk', vkProtocol)
コード例 #5
0
ファイル: connmgr.py プロジェクト: Komzpa/telepathy-eri
 def __init__(self):
     ConnectionManager.__init__(self, PROGRAM)
     # use telepathy magic to provide required methods
     logger.debug('init')
     self._implement_protocol('vk',vkProtocol)
コード例 #6
0
 def __init__(self, shutdown_func=None):
     ConnectionManager.__init__(self, PROGRAM)
     self._implement_protocol(PROTOCOL, FooProtocol)