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

Method write

openlibrary/api.py:167–169  ·  view source on GitHub ↗

Internal write API.

(self, query, comment="", action="")

Source from the content-addressed store, hash-verified

165 return self._call_write("save_many", query, comment, action)
166
167 def write(self, query, comment="", action=""):
168 """Internal write API."""
169 return self._call_write("write", query, comment, action)
170
171 def new(self, query, comment=None, action=None):
172 return self._call_write("new", query, comment, action)

Callers

nothing calls this directly

Calls 1

_call_writeMethod · 0.95

Tested by

no test coverage detected