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

Method POST

openlibrary/plugins/openlibrary/code.py:284–289  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

282 return render.edit(page, self.path, "Add Book")
283
284 def POST(self):
285 from infogami.core.code import edit
286
287 key = web.ctx.site.new_key("/type/edition")
288 web.ctx.path = key
289 return edit().POST(key)
290
291
292class widget(delegate.page):

Callers

nothing calls this directly

Calls 3

editClass · 0.90
new_keyMethod · 0.80
POSTMethod · 0.45

Tested by

no test coverage detected