Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ POST
Method
POST
openlibrary/plugins/admin/code.py:268–269 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
266
return
self.main(test=True)
267
268
def
POST(self):
269
return
self.main(test=False)
270
271
def
main(self, test=False):
272
params = web.input(key=
""
, test=
""
)
Callers
nothing calls this directly
Calls
1
main
Method · 0.95
Tested by
no test coverage detected