HomeSort by relevance Sort by last modified time
    Searched refs:splithost (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
194 host, selector = splithost(proxyhost)
237 return url2pathname(splithost(url1)[1]), hdrs
248 garbage, path = splithost(path or "")
296 host, selector = splithost(url)
312 realhost, rest = splithost(rest)
391 host, selector = splithost(url)
406 realhost, rest = splithost(rest)
472 host, file = splithost(url)
511 host, path = splithost(url
1078 def splithost(url): function
    [all...]
urllib2.py 112 from urllib import (unwrap, unquote, splittype, splithost, quote, namespace
263 self.host, self.__r_host = splithost(self.__r_type)
    [all...]
xmlrpclib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
194 host, selector = splithost(proxyhost)
237 return url2pathname(splithost(url1)[1]), hdrs
248 garbage, path = splithost(path or "")
296 host, selector = splithost(url)
312 realhost, rest = splithost(rest)
391 host, selector = splithost(url)
406 realhost, rest = splithost(rest)
472 host, file = splithost(url)
511 host, path = splithost(url
1078 def splithost(url): function
    [all...]
urllib2.py 112 from urllib import (unwrap, unquote, splittype, splithost, quote, namespace
263 self.host, self.__r_host = splithost(self.__r_type)
    [all...]
xmlrpclib.py     [all...]

Completed in 177 milliseconds