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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 304 def check_status_and_reason(self, response, status, data=None): member in class:SimpleHTTPServerTestCase
315 self.check_status_and_reason(response, 200, data=self.data)
317 self.check_status_and_reason(response, 200)
319 self.check_status_and_reason(response, 301)
321 self.check_status_and_reason(response, 404)
323 self.check_status_and_reason(response, 404)
326 self.check_status_and_reason(response, 200)
333 self.check_status_and_reason(response, 404)
339 self.check_status_and_reason(response, 200)
347 self.check_status_and_reason(response, 501
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 304 def check_status_and_reason(self, response, status, data=None): member in class:SimpleHTTPServerTestCase
315 self.check_status_and_reason(response, 200, data=self.data)
317 self.check_status_and_reason(response, 200)
319 self.check_status_and_reason(response, 301)
321 self.check_status_and_reason(response, 404)
323 self.check_status_and_reason(response, 404)
326 self.check_status_and_reason(response, 200)
333 self.check_status_and_reason(response, 404)
339 self.check_status_and_reason(response, 200)
347 self.check_status_and_reason(response, 501
    [all...]

Completed in 24 milliseconds