Searched refs:get_host_info (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/xmlrpc/ |
D | client.py | 1211 def get_host_info(self, host): member in Transport 1243 chost, self._extra_headers, x509 = self.get_host_info(host) 1366 chost, self._extra_headers, x509 = self.get_host_info(host)
|
/external/python/cpython2/Lib/ |
D | xmlrpclib.py | 1353 def get_host_info(self, host): member in Transport 1387 chost, self._extra_headers, x509 = self.get_host_info(host) 1519 chost, self._extra_headers, x509 = self.get_host_info(host)
|
/external/python/cpython3/Lib/test/ |
D | test_xmlrpc.py | 289 self.assertEqual(transp.get_host_info("user@host.tld"),
|