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

Method clear

suds/cache.py:91–95  ·  view source on GitHub ↗

Clear all objects from the cache.

(self)

Source from the content-addressed store, hash-verified

89 raise Exception('not-implemented')
90
91 def clear(self):
92 """
93 Clear all objects from the cache.
94 """
95 raise Exception('not-implemented')
96
97
98class NoCache(Cache):

Callers 11

skipAtomicFunction · 0.45
codemirror.jsFile · 0.45
SharedTextMarkerFunction · 0.45
clearMarksFunction · 0.45
clearSelectedTextFunction · 0.45
clearFunction · 0.45
foldcode.jsFile · 0.45
clearFunction · 0.45
RegisterFunction · 0.45
updateMarkFunction · 0.45
clearSearchHighlightFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected