Searched refs:_splittype (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/urllib/ |
D | request.py | 105 _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 …]
|
D | parse.py | 1012 return _splittype(url) 1016 def _splittype(url): function
|
/external/python/cpython3/Lib/ |
D | mimetypes.py | 117 scheme, url = urllib.parse._splittype(url)
|
/external/python/cpython3/Lib/test/ |
D | test_urlparse.py | 1035 splittype = urllib.parse._splittype
|