Searched refs:_splittype (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/urllib/ |
D | request.py | 105 _splittype, _splithost, _splitport, _splituser, _splitpasswd, 239 url_type, path = _splittype(url) 375 self.type, rest = _splittype(self._full_url) 765 scheme, r_scheme = _splittype(proxy) 1296 scheme, sel = _splittype(request.selector) 1768 urltype, url = _splittype(fullurl) 1773 urltype, proxyhost = _splittype(proxy) 1798 type, url = _splittype(fullurl) 1803 type, url = _splittype(fullurl) 1813 type, url1 = _splittype(url) [all …]
|
D | parse.py | 1027 return _splittype(url) 1031 def _splittype(url): function
|
/third_party/python/Lib/ |
D | mimetypes.py | 123 scheme, url = urllib.parse._splittype(url)
|
/third_party/python/Lib/test/ |
D | test_urlparse.py | 1118 splittype = urllib.parse._splittype
|