Exemplo n.º 1
0
 def connectionMade(self):
     QueryProtocol.connectionMade(self)
     if self.factory.rpc_timeout:
         self.setTimeout(self.factory.rpc_timeout.get())
Exemplo n.º 2
0
 def connectionMade(self):
     QueryProtocol.connectionMade(self)
     if self.factory.rpc_timeout:
         self.setTimeout(self.factory.rpc_timeout.get())