Esempio n. 1
0
 def __init__(self, socket_path, timeout=60):
     HTTPConnectionPool.__init__(self, 'localhost', timeout=timeout)
     self.socket_path = socket_path
     self.timeout = timeout
Esempio n. 2
0
 def __init__(self, socket_path, timeout=60):
     HTTPConnectionPool.__init__(self, HOST, timeout=timeout)
     self.socket_path = socket_path
     self.timeout = timeout
Esempio n. 3
0
 def __init__(self, socket_path, timeout=60):
     HTTPConnectionPool.__init__(self, HOST, timeout=timeout)
     self.socket_path = socket_path
     self.timeout = timeout
Esempio n. 4
0
 def __init__(self, socket_path, timeout=60):
     HTTPConnectionPool.__init__(self, 'localhost', timeout=timeout)
     self.socket_path = socket_path
     self.timeout = timeout