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

  /external/chromium-trace/catapult/third_party/webapp2/tests/
misc_test.py 20 self.assertRaises(webob.exc.HTTPMultipleChoices, webapp2.abort, 300)
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpexceptions.py 33 * 300 - HTTPMultipleChoices
356 class HTTPMultipleChoices(_HTTPMove):
  /external/chromium-trace/catapult/third_party/WebOb/webob/
exc.py 29 * 300 - :class:`HTTPMultipleChoices`
142 (:class:`~HTTPMultipleChoices`, :class:`~HTTPMovedPermanently`,
502 class HTTPMultipleChoices(_HTTPMove):
    [all...]

Completed in 193 milliseconds