Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coleifer/huey
/ delete
Method
delete
huey/api.py:400–401 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
398
return
self.serializer.deserialize(data)
399
400
def
delete(self, key):
401
return
self.storage.delete_data(key)
402
403
def
_timeout_context(self, task):
404
if
task.timeout is None or task.timeout <= 0 or \
Callers
15
restore_all
Method · 0.95
restore
Method · 0.95
flush_locks
Method · 0.95
flush_queue
Method · 0.80
flush_schedule
Method · 0.80
wait_result
Method · 0.80
flush_results
Method · 0.80
flush_counters
Method · 0.80
delete_data
Method · 0.80
delete_counter
Method · 0.80
flush_results
Method · 0.80
flush_counters
Method · 0.80
Calls
1
delete_data
Method · 0.45
Tested by
3
setUp
Method · 0.64
tearDown
Method · 0.64
test_redis_semaphore
Method · 0.64