Home | History | Annotate | Download | only in python2.7

Lines Matching full:create_connection

132         self.sock = socket.create_connection((self.host, self.port), self.timeout)
330 conn = socket.create_connection((host, port), self.timeout)