Home
last modified time | relevance | path

Searched refs:_splittype (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/urllib/
Drequest.py105 _splittype, _splithost, _splitport, _splituser, _splitpasswd,
237 url_type, path = _splittype(url)
373 self.type, rest = _splittype(self._full_url)
763 scheme, r_scheme = _splittype(proxy)
1290 scheme, sel = _splittype(request.selector)
1762 urltype, url = _splittype(fullurl)
1767 urltype, proxyhost = _splittype(proxy)
1792 type, url = _splittype(fullurl)
1797 type, url = _splittype(fullurl)
1807 type, url1 = _splittype(url)
[all …]
Dparse.py1012 return _splittype(url)
1016 def _splittype(url): function
/external/python/cpython3/Lib/
Dmimetypes.py117 scheme, url = urllib.parse._splittype(url)
/external/python/cpython3/Lib/test/
Dtest_urlparse.py1035 splittype = urllib.parse._splittype