Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
866
class
Forbidden(web.HTTPError):
867
def
__init__(self, msg=
""
):
868
web.HTTPError.__init__(self,
"403 Forbidden"
, {}, msg)
869
870
871
class
BadRequest(web.HTTPError):
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected