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

Method get_text

openlibrary/plugins/upstream/code.py:174–178  ·  view source on GitHub ↗

Returns text of the combined documents

(self)

Source from the content-addressed store, hash-verified

172 self._text = ""
173
174 def get_text(self):
175 """Returns text of the combined documents"""
176 if self._text is None:
177 self.update()
178 return self._text
179
180 def md5(self):
181 """Returns md5 checksum of the combined documents"""

Callers 2

md5Method · 0.95
GETMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected