Searched defs:urlunparse (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Durlparse.py33 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
133 return urlunparse(self)
222 def urlunparse(data): function
265 return urlunparse((scheme, netloc, path,
269 return urlunparse((scheme, netloc, path,
276 return urlunparse((scheme, netloc, path,
299 return urlunparse((scheme, netloc, '/'.join(segments),
311 defrag = urlunparse((s, n, p, a, q, ''))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Durlparse.py33 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
133 return urlunparse(self)
222 def urlunparse(data): function
265 return urlunparse((scheme, netloc, path,
269 return urlunparse((scheme, netloc, path,
276 return urlunparse((scheme, netloc, path,
299 return urlunparse((scheme, netloc, '/'.join(segments),
311 defrag = urlunparse((s, n, p, a, q, ''))

Completed in 212 milliseconds