Lines Matching defs:unwrap
38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",180 fullurl = unwrap(toBytes(fullurl))228 url = unwrap(toBytes(url))1020 # unwrap('<URL:type://host/path>') --> 'type://host/path'1055 def unwrap(url):1056 """unwrap('<URL:type://host/path>') --> 'type://host/path'."""