MCPcopy 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

putMethod · 0.95
putfMethod · 0.95
getfMethod · 0.95
purgeMethod · 0.95

Calls 1

fnsuffixMethod · 0.95

Tested by

no test coverage detected