Searched refs:HTTPSeeOther (Results 1 – 9 of 9) sorted by relevance
23 from paste.httpexceptions import HTTPSeeOther, HTTPForbidden28 class CASAuthenticate(HTTPSeeOther):
24 .. autoexception:: HTTPSeeOther
115 resp = exc.HTTPSeeOther(location=url+'#comment-area')
113 resp = exc.HTTPSeeOther(
23 self.assertRaises(webob.exc.HTTPSeeOther, webapp2.abort, 303)
371 class HTTPSeeOther(_HTTPMove): class
397 resp = exc.HTTPSeeOther(location=url+'#comment-area')404 ``HTTPSeeOther``) are Response subclasses that can be used to quickly
529 resp = exc.HTTPSeeOther(600 resp = exc.HTTPSeeOther(
545 class HTTPSeeOther(_HTTPMove): class