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

Method GET

openlibrary/plugins/admin/code.py:447–448  ·  view source on GitHub ↗
(self, ip)

Source from the content-addressed store, hash-verified

445
446class ipaddress_view:
447 def GET(self, ip):
448 return render_template("admin/ip/view", ip)
449
450 def POST(self, ip):
451 i = web.input(changesets=[], comment="Revert", action="revert")

Callers

nothing calls this directly

Calls 1

render_templateFunction · 0.70

Tested by

no test coverage detected