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

Method save_many

openlibrary/api.py:164–165  ·  view source on GitHub ↗
(self, query, comment=None, action=None)

Source from the content-addressed store, hash-verified

162 return response.json()
163
164 def save_many(self, query, comment=None, action=None):
165 return self._call_write("save_many", query, comment, action)
166
167 def write(self, query, comment="", action=""):
168 """Internal write API."""

Callers

nothing calls this directly

Calls 1

_call_writeMethod · 0.95

Tested by

no test coverage detected