Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ __init__
Method
__init__
openlibrary/plugins/openlibrary/code.py:872–873 ·
view source on GitHub ↗
(self, msg="")
Source
from the content-addressed store, hash-verified
870
871
class
BadRequest(web.HTTPError):
872
def
__init__(self, msg=
""
):
873
web.HTTPError.__init__(self,
"400 Bad Request"
, {}, msg)
874
875
876
class
new:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected