MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / purge

Method purge

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

Source from the content-addressed store, hash-verified

264 os.remove(os.path.join(self.location, fn))
265
266 def purge(self, id):
267 fn = self.__fn(id)
268 try:
269 os.remove(fn)
270 except:
271 pass
272
273 def open(self, fn, *args):
274 """

Callers

nothing calls this directly

Calls 2

__fnMethod · 0.95
removeMethod · 0.80

Tested by

no test coverage detected