Home | History | Annotate | Download | only in urllib

Lines Matching defs:splituser

945 def splituser(host):
946 """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'."""