Lines Matching refs:_conn
1082 self._conn = conn1100 self._conn._set_hostport(host, port)1101 self._conn.connect()1117 response = self._conn.getresponse()1121 response = self._conn.getresponse(buffering)1128 self.file = self._conn.sock.makefile('rb', 0)1141 self._conn.close()