Home | History | Annotate | Download | only in Lib

Lines Matching defs:splituser

36            "splittype", "splithost", "splituser", "splitpasswd", "splitport",

295 user_passwd, host = splituser(host)
301 proxy_passwd, host = splituser(host)
311 user_passwd, realhost = splituser(realhost)
391 user_passwd, host = splituser(host)
397 proxy_passwd, host = splituser(host)
406 user_passwd, realhost = splituser(realhost)
510 user, host = splituser(host)
1004 # splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'
1076 def splituser(host):
1077 """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'."""