Home
last modified time | relevance | path

Searched refs:_splitport (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/urllib/
Drequest.py105 _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)
Dparse.py1097 return _splitport(host)
1102 def _splitport(host): function
/third_party/python/Lib/test/
Dtest_urlparse.py1186 splitport = urllib.parse._splitport