Searched refs:_get_hostport (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dhttplib.py736 (self.host, self.port) = self._get_hostport(host, port)
760 self._tunnel_host, self._tunnel_port = self._get_hostport(host, port)
766 def _get_hostport(self, host, port): member in class:HTTPConnection
1179 (self._conn.host, self._conn.port) = self._conn._get_hostport(host, port)
/external/python/cpython3/Lib/http/
H A Dclient.py849 (self.host, self.port) = self._get_hostport(host, port)
873 self._tunnel_host, self._tunnel_port = self._get_hostport(host, port)
879 def _get_hostport(self, host, port): member in class:HTTPConnection

Completed in 98 milliseconds