Home
last modified time | relevance | path

Searched refs:uses_relative (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Durlparse.py37 uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'imap', variable
262 if scheme != bscheme or scheme not in uses_relative:
/external/python/cpython3/Lib/urllib/
Dparse.py45 uses_relative = ['', 'ftp', 'http', 'gopher', 'nntp', 'imap', variable
510 if scheme != bscheme or scheme not in uses_relative:
/external/python/six/documentation/
Dindex.rst716 * :func:`py2:urlparse.uses_relative`