Searched refs:_get_hostport (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | httplib.py | 736 (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/ |
D | client.py | 841 (self.host, self.port) = self._get_hostport(host, port) 865 self._tunnel_host, self._tunnel_port = self._get_hostport(host, port) 871 def _get_hostport(self, host, port): member in HTTPConnection
|