Home | History | Annotate | Download | only in python2.7

Lines Matching defs:unquote

112 from urllib import (unwrap, unquote, splittype, splithost, quote,
265 self.host = unquote(self.host)
735 user_pass = '%s:%s' % (unquote(user), unquote(password))
738 hostport = unquote(hostport)
1379 host = unquote(host)
1389 dirs = map(unquote, dirs)