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

Lines Matching refs:r_scheme

688     scheme, r_scheme = splittype(proxy)
689 if not r_scheme.startswith("/"):
695 if not r_scheme.startswith("//"):
699 end = r_scheme.find("/", 2)
702 authority = r_scheme[2:end]