Home
last modified time | relevance | path

Searched refs:HTTPFound (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
Dtest_httpexceptions.py17 assert_raises(AssertionError, HTTPFound)
25 assert isinstance(HTTPFound('/foobar'),HTTPRedirection)
67 raise HTTPFound("/bing/foo")
83 redirect = HTTPFound("/some/path")
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Dhttpexceptions.txt20 .. autoexception:: HTTPFound
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/modules/
Dexceptions.txt23 .. autoexception:: HTTPFound
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
Dwatchthreads.py255 exc = httpexceptions.HTTPFound(
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dmisc_test.py22 self.assertRaises(webob.exc.HTTPFound, webapp2.abort, 302)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpexceptions.py364 class HTTPFound(_HTTPMove): class
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dexc.py530 class HTTPFound(_HTTPMove): class
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Ddifferences.txt345 Not available (response-related). ``webob.exc.HTTPFound()`` can