コード例 #1
0
ファイル: pclient.py プロジェクト: xdrew/twoost
 def __init__(self, protocolFactory, clientService):
     TheProxy.__init__(self, protocolFactory)
     self.protocolFactory = protocolFactory
     self.clientService = clientService
コード例 #2
0
ファイル: pclient.py プロジェクト: anjensan/twoost
 def __init__(self, protocolFactory, clientService):
     TheProxy.__init__(self, protocolFactory)
     self.protocolFactory = protocolFactory
     self.clientService = clientService
コード例 #3
0
ファイル: pclient.py プロジェクト: xdrew/twoost
 def __init__(self, protocol, clientService):
     TheProxy.__init__(self, protocol)
     self._protocol = protocol
     self._clientService = clientService
コード例 #4
0
ファイル: pclient.py プロジェクト: anjensan/twoost
 def __init__(self, protocol, clientService):
     TheProxy.__init__(self, protocol)
     self._protocol = protocol
     self._clientService = clientService