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

Method purge

suds/cache.py:83–89  ·  view source on GitHub ↗

Purge a object from the cache by id. @param id: A object ID. @type id: str

(self, id)

Source from the content-addressed store, hash-verified

81 raise Exception('not-implemented')
82
83 def purge(self, id):
84 """
85 Purge a object from the cache by id.
86 @param id: A object ID.
87 @type id: str
88 """
89 raise Exception('not-implemented')
90
91 def clear(self):
92 """

Callers 2

getMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected