MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / get

Method get

suds/cache.py:226–233  ·  view source on GitHub ↗
(self, id)

Source from the content-addressed store, hash-verified

224 return fp
225
226 def get(self, id):
227 try:
228 f = self.getf(id)
229 bfr = f.read()
230 f.close()
231 return bfr
232 except:
233 pass
234
235 def getf(self, id):
236 try:

Callers

nothing calls this directly

Calls 1

getfMethod · 0.95

Tested by

no test coverage detected