MCPcopy 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
871class BadRequest(web.HTTPError):
872 def __init__(self, msg=""):
873 web.HTTPError.__init__(self, "400 Bad Request", {}, msg)
874
875
876class new:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected