Home
last modified time | relevance | path

Searched refs:uses_netloc (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Durlparse.py41 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/
Dparse.py50 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/
Dindex.rst713 * :func:`py2:urlparse.uses_netloc`
/external/python/cpython2/Misc/
DHISTORY10273 instead of removing the file: scheme from the uses_netloc list. One,
/external/python/cpython3/Misc/
DHISTORY27652 instead of removing the file: scheme from the uses_netloc list. One,