Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ronreiter/interactive-tutorials
/ __fn
Method
__fn
suds/cache.py:294–298 ·
view source on GitHub ↗
(self, id)
Source
from the content-addressed store, hash-verified
292
f.close()
293
294
def
__fn(self, id):
295
name = id
296
suffix = self.fnsuffix()
297
fn =
'%s-%s.%s'
% (self.fnprefix, name, suffix)
298
return
os.path.join(self.location, fn)
299
300
@staticmethod
301
def
__get_default_location():
Callers
4
put
Method · 0.95
putf
Method · 0.95
getf
Method · 0.95
purge
Method · 0.95
Calls
1
fnsuffix
Method · 0.95
Tested by
no test coverage detected