MCPcopy
hub / github.com/talebook/talebook / get

Method get

tests/test_booksource_engine.py:51–53  ·  view source on GitHub ↗
(self, url, headers=None, timeout=None)

Source from the content-addressed store, hash-verified

49 self.headers = {}
50
51 def get(self, url, headers=None, timeout=None):
52 self.calls.append(("GET", url))
53 return self._respond(url)
54
55 def post(self, url, data=None, headers=None, timeout=None):
56 self.calls.append(("POST", url, data))

Callers 15

getFunction · 0.45
getFunction · 0.45
tools.pyFile · 0.45
get_baike_metadataMethod · 0.45
getFunction · 0.45
getFunction · 0.45
test_isbn_and_idMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
__init__Method · 0.45

Calls 2

_respondMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected