Searched refs:HTTPNotImplemented (Results 1 – 7 of 7) sorted by relevance
45 .. autoexception:: HTTPNotImplemented
56 .. autoexception:: HTTPNotImplemented
92 notimpl = HTTPNotImplemented()
46 self.assertRaises(webob.exc.HTTPNotImplemented, webapp2.abort, 501)
565 class HTTPNotImplemented(HTTPServerError): class
1004 class HTTPNotImplemented(HTTPServerError): class
1528 raise exc.HTTPNotImplemented()