MCPcopy Create free account
hub / github.com/alephdata/aleph / delete

Method delete

aleph/cache.py:60–61  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

58 return self.kv.lrange(key, 0, -1)
59
60 def delete(self, key):
61 self.kv.delete(key)
62
63 def lock(self, key, timeout=120):
64 return self.kv.lock(key, timeout=timeout)

Callers 15

flushFunction · 0.45
set_listMethod · 0.45
destroyMethod · 0.45
flushMethod · 0.45
TableEditorBaseClass · 0.45
removeVertexMethod · 0.45
generateMethod · 0.45
selectElementMethod · 0.45
clearSelectionMethod · 0.45
removeSubgroupsMethod · 0.45
removeSelectionMethod · 0.45
ungroupSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected