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

Lines Matching refs:splittype

112 from urllib import (unwrap, unquote, splittype, splithost, quote,
205 # self.__r_type is what's left after doing the splittype
256 self.type, self.__r_type = splittype(self.__original)
688 scheme, r_scheme = splittype(proxy)
1127 scheme, sel = splittype(request.get_selector())