Searched refs:_splitport (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/urllib/ |
D | request.py | 105 _splittype, _splithost, _splitport, _splituser, _splitpasswd, 874 host, port = _splitport(authority) 1513 host, port = _splitport(host) 1538 host, port = _splitport(host) 2029 host, port = _splitport(host) 2047 host, port = _splitport(host) 2538 hostonly, port = _splitport(host) 2570 hostonly, port = _splitport(host) 2729 rawHost, port = _splitport(host)
|
D | parse.py | 1097 return _splitport(host) 1102 def _splitport(host): function
|
/third_party/python/Lib/test/ |
D | test_urlparse.py | 1186 splitport = urllib.parse._splitport
|