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

Method GET

openlibrary/plugins/admin/code.py:265–266  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

263
264class resolve_redirects:
265 def GET(self):
266 return self.main(test=True)
267
268 def POST(self):
269 return self.main(test=False)

Callers

nothing calls this directly

Calls 1

mainMethod · 0.95

Tested by

no test coverage detected