HomeSort by relevance Sort by last modified time
    Searched full:http_open (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 365 [["http_error", "ftp_open"], ["http_open"]]
368 .http_open() on another. These methods just record their arguments and
372 [["http_error"], [("http_open", "return request")]]
375 .http_open() on another handler, which returns a Request object.
407 def http_open(self, req): member in class:MockHTTPHandler
478 ["http_open", "ftp_open", "http_error_302"],
480 [("http_open", "return self")],
481 [("http_open", "return self")],
487 # Second .http_open() gets called, third doesn't, since second returned
488 # non-None. Handlers without .http_open() never get any methods calle
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 365 [["http_error", "ftp_open"], ["http_open"]]
368 .http_open() on another. These methods just record their arguments and
372 [["http_error"], [("http_open", "return request")]]
375 .http_open() on another handler, which returns a Request object.
407 def http_open(self, req): member in class:MockHTTPHandler
478 ["http_open", "ftp_open", "http_error_302"],
480 [("http_open", "return self")],
481 [("http_open", "return self")],
487 # Second .http_open() gets called, third doesn't, since second returned
488 # non-None. Handlers without .http_open() never get any methods calle
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 1213 def http_open(self, req): member in class:HTTPHandler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 1213 def http_open(self, req): member in class:HTTPHandler
    [all...]

Completed in 104 milliseconds