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