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

  /external/python/cpython2/Lib/
urllib2.py 713 scheme, r_scheme = splittype(proxy)
714 if not r_scheme.startswith("/"):
720 if not r_scheme.startswith("//"):
724 end = r_scheme.find("/", 2)
727 authority = r_scheme[2:end]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 678 scheme, r_scheme = splittype(proxy)
679 if not r_scheme.startswith("/"):
685 if not r_scheme.startswith("//"):
689 end = r_scheme.find("/", 2)
692 authority = r_scheme[2:end]
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 771 scheme, r_scheme = splittype(proxy)
772 if not r_scheme.startswith("/"):
778 if not r_scheme.startswith("//"):
782 end = r_scheme.find("/", 2)
785 authority = r_scheme[2:end]
    [all...]

Completed in 607 milliseconds