Lines Matching refs:parts
807 parts = urlparse.urlsplit(uri)808 if parts[1]:810 scheme = parts[0]811 authority = parts[1]812 path = parts[2] or '/'