Lines Matching full:conn
1612 conn = None1614 conn = urllib2.urlopen('http://localhost:%d' % self._test_server_port)1619 if conn:1620 conn.close()