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

Lines Matching defs:unwrap

112 from urllib import (unwrap, unquote, splittype, splithost, quote,
201 # unwrap('<URL:type://host/path>') --> 'type://host/path'
202 self.__original = unwrap(url)