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

Method GET

openlibrary/plugins/upstream/code.py:267–268  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

265
266class revert(delegate.mode):
267 def GET(self, key):
268 raise web.seeother(web.changequery(m=None))
269
270 def POST(self, key):
271 i = web.input("v", _comment=None)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected