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

Method GET

openlibrary/plugins/admin/code.py:592–598  ·  view source on GitHub ↗
(self, section)

Source from the content-addressed store, hash-verified

590
591class inspect:
592 def GET(self, section):
593 if section == "/store":
594 return self.GET_store()
595 elif section == "/memcache":
596 return self.GET_memcache()
597 else:
598 raise web.notfound()
599
600 def GET_store(self):
601 i = web.input(key=None, type=None, name=None, value=None)

Callers

nothing calls this directly

Calls 3

GET_storeMethod · 0.95
GET_memcacheMethod · 0.95
notfoundMethod · 0.80

Tested by

no test coverage detected