MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / __init__

Method __init__

openlibrary/plugins/openlibrary/code.py:867–868  ·  view source on GitHub ↗
(self, msg="")

Source from the content-addressed store, hash-verified

865
866class Forbidden(web.HTTPError):
867 def __init__(self, msg=""):
868 web.HTTPError.__init__(self, "403 Forbidden", {}, msg)
869
870
871class BadRequest(web.HTTPError):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected