Searched refs:uses_relative (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | urlparse.py | 37 uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'imap', variable 262 if scheme != bscheme or scheme not in uses_relative:
|
/external/python/cpython3/Lib/urllib/ |
D | parse.py | 45 uses_relative = ['', 'ftp', 'http', 'gopher', 'nntp', 'imap', variable 510 if scheme != bscheme or scheme not in uses_relative:
|
/external/python/six/documentation/ |
D | index.rst | 716 * :func:`py2:urlparse.uses_relative`
|