Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ronreiter/interactive-tutorials
/ getf
Method
getf
suds/cache.py:235–241 ·
view source on GitHub ↗
(self, id)
Source
from the content-addressed store, hash-verified
233
pass
234
235
def
getf(self, id):
236
try
:
237
fn = self.__fn(id)
238
self.validate(fn)
239
return
self.open(fn,
'rb'
)
240
except
:
241
pass
242
243
def
validate(self, fn):
244
""
"
Callers
1
get
Method · 0.95
Calls
3
__fn
Method · 0.95
validate
Method · 0.95
open
Method · 0.95
Tested by
no test coverage detected