예제 #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