Searched refs:HTTPFound (Results 1 – 8 of 8) sorted by relevance
17 assert_raises(AssertionError, HTTPFound)25 assert isinstance(HTTPFound('/foobar'),HTTPRedirection)67 raise HTTPFound("/bing/foo")83 redirect = HTTPFound("/some/path")
20 .. autoexception:: HTTPFound
23 .. autoexception:: HTTPFound
255 exc = httpexceptions.HTTPFound(
22 self.assertRaises(webob.exc.HTTPFound, webapp2.abort, 302)
364 class HTTPFound(_HTTPMove): class
530 class HTTPFound(_HTTPMove): class
345 Not available (response-related). ``webob.exc.HTTPFound()`` can