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

  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 363 def redirect_request(self, req, *args, **kwargs): member in class:FancyRedirectHandler
364 new_req = urllib2.HTTPRedirectHandler.redirect_request(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 330 if meth in ["redirect_request", "do_open", "proxy_open"]:
541 def redirect_request(self, req, fp, code, msg, headers, newurl): member in class:HTTPRedirectHandler
608 new = self.redirect_request(req, fp, code, msg, headers, newurl)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 330 if meth in ["redirect_request", "do_open", "proxy_open"]:
541 def redirect_request(self, req, fp, code, msg, headers, newurl): member in class:HTTPRedirectHandler
608 new = self.redirect_request(req, fp, code, msg, headers, newurl)
    [all...]

Completed in 322 milliseconds