Searched refs:HTTPExpectationFailed (Results 1 – 5 of 5) sorted by relevance
42 .. autoexception:: HTTPExpectationFailed
46 .. autoexception:: HTTPExpectationFailed
44 self.assertRaises(webob.exc.HTTPExpectationFailed, webapp2.abort, 417)
525 class HTTPExpectationFailed(HTTPClientError): class
854 class HTTPExpectationFailed(HTTPClientError): class