Searched refs:uses_netloc (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ |
D | urlparse.py | 41 uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', variable 240 if netloc or (scheme and scheme in uses_netloc and url[:2] != '//'): 264 if scheme in uses_netloc:
|
/external/python/cpython3/Lib/urllib/ |
D | parse.py | 50 uses_netloc = ['', 'ftp', 'http', 'gopher', 'nntp', 'telnet', variable 485 if netloc or (scheme and scheme in uses_netloc and url[:2] != '//'): 512 if scheme in uses_netloc:
|
/external/python/six/documentation/ |
D | index.rst | 713 * :func:`py2:urlparse.uses_netloc`
|
/external/python/cpython2/Misc/ |
D | HISTORY | 10273 instead of removing the file: scheme from the uses_netloc list. One,
|
/external/python/cpython3/Misc/ |
D | HISTORY | 27652 instead of removing the file: scheme from the uses_netloc list. One,
|