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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 41 uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', variable
239 if netloc or (scheme and scheme in uses_netloc and url[:2] != '//'):
263 if scheme in uses_netloc:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 41 uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', variable
239 if netloc or (scheme and scheme in uses_netloc and url[:2] != '//'):
263 if scheme in uses_netloc:
  /external/chromium-trace/trace-viewer/third_party/six/
six.py 333 MovedAttribute("uses_netloc", "urlparse", "urllib.parse"),
  /external/chromium-trace/trace-viewer/third_party/six/documentation/
index.rst 694 * :func:`py2:urlparse.uses_netloc`
    [all...]

Completed in 705 milliseconds