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

  /external/python/cpython2/Lib/
urllib2.py 621 newurl_lower = newurl.lower()
622 if not (newurl_lower.startswith('http://') or
623 newurl_lower.startswith('https://') or
624 newurl_lower.startswith('ftp://')):
    [all...]
urllib.py 660 newurl_lower = newurl.lower()
661 if not (newurl_lower.startswith('http://') or
662 newurl_lower.startswith('https://') or
663 newurl_lower.startswith('ftp://')):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 586 newurl_lower = newurl.lower()
587 if not (newurl_lower.startswith('http://') or
588 newurl_lower.startswith('https://') or
589 newurl_lower.startswith('ftp://')):
    [all...]
urllib.py 650 newurl_lower = newurl.lower()
651 if not (newurl_lower.startswith('http://') or
652 newurl_lower.startswith('https://') or
653 newurl_lower.startswith('ftp://')):
    [all...]

Completed in 582 milliseconds