Home | History | Annotate | Download | only in urllib

Lines Matching defs:splitport

957 def splitport(host):
958 """splitport('host:port') --> 'host', 'port'."""