Searched refs:_splitport (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/urllib/ |
D | request.py | 105 _splittype, _splithost, _splitport, _splituser, _splitpasswd, 868 host, port = _splitport(authority) 1507 host, port = _splitport(host) 1532 host, port = _splitport(host) 2023 host, port = _splitport(host) 2041 host, port = _splitport(host) 2532 hostonly, port = _splitport(host) 2564 hostonly, port = _splitport(host) 2723 rawHost, port = _splitport(host)
|
D | parse.py | 1082 return _splitport(host) 1087 def _splitport(host): function
|
/external/python/cpython3/Lib/test/ |
D | test_urlparse.py | 1103 splitport = urllib.parse._splitport
|