Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
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 HTTPConnection
1179 (self._conn.host, self._conn.port) = self._conn._get_hostport(host, port)
/external/python/cpython3/Lib/http/
Dclient.py833 (self.host, self.port) = self._get_hostport(host, port)
859 self._tunnel_host, self._tunnel_port = self._get_hostport(host, port)
865 def _get_hostport(self, host, port): member in HTTPConnection