MCPcopy 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_allMethod · 0.95
restoreMethod · 0.95
flush_locksMethod · 0.95
flush_queueMethod · 0.80
flush_scheduleMethod · 0.80
wait_resultMethod · 0.80
flush_resultsMethod · 0.80
flush_countersMethod · 0.80
delete_dataMethod · 0.80
delete_counterMethod · 0.80
flush_resultsMethod · 0.80
flush_countersMethod · 0.80

Calls 1

delete_dataMethod · 0.45

Tested by 3

setUpMethod · 0.64
tearDownMethod · 0.64
test_redis_semaphoreMethod · 0.64