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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 188 urltype, url = splittype(fullurl)
189 if not urltype:
190 urltype = 'file'
191 if urltype in self.proxies:
192 proxy = self.proxies[urltype]
193 urltype, proxyhost = splittype(proxy)
198 name = 'open_' + urltype
199 self.type = urltype
306 urltype, rest = splittype(selector)
309 if urltype.lower() != 'http'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 188 urltype, url = splittype(fullurl)
189 if not urltype:
190 urltype = 'file'
191 if urltype in self.proxies:
192 proxy = self.proxies[urltype]
193 urltype, proxyhost = splittype(proxy)
198 name = 'open_' + urltype
199 self.type = urltype
306 urltype, rest = splittype(selector)
309 if urltype.lower() != 'http'
    [all...]

Completed in 398 milliseconds