HomeSort by relevance Sort by last modified time
    Searched refs:__r_type (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 205 # self.__r_type is what's left after doing the splittype
256 self.type, self.__r_type = splittype(self.__original)
263 self.host, self.__r_host = splithost(self.__r_type)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 205 # self.__r_type is what's left after doing the splittype
256 self.type, self.__r_type = splittype(self.__original)
263 self.host, self.__r_host = splithost(self.__r_type)
    [all...]

Completed in 267 milliseconds