Searched refs:_splituser (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Lib/urllib/ |
| D | request.py | 105 _splittype, _splithost, _splitport, _splituser, _splitpasswd, 784 userinfo, hostport = _splituser(authority) 1545 user, host = _splituser(host) 1890 user_passwd, host = _splituser(host) 1896 proxy_passwd, host = _splituser(host) 1906 user_passwd, realhost = _splituser(realhost) 2048 user, host = _splituser(host)
|
| D | parse.py | 1071 return _splituser(host) 1074 def _splituser(host): function
|
| /third_party/python/Lib/xmlrpc/ |
| D | client.py | 1229 auth, host = urllib.parse._splituser(host)
|
| /third_party/python/Lib/test/ |
| D | test_urlparse.py | 1155 splituser = urllib.parse._splituser
|