MCPcopy Index your code
hub / github.com/coleifer/huey / dequeue

Method dequeue

huey/tests/test_immediate.py:197–197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

195class NoUseStorage(BlackHoleStorage):
196 def enqueue(self, data, priority=None): raise NoUseException()
197 def dequeue(self): raise NoUseException()
198 def add_to_schedule(self, data, ts, utc): raise NoUseException()
199 def read_schedule(self, ts): raise NoUseException()
200 def put_data(self, key, value): raise NoUseException()

Callers 15

execute_nextMethod · 0.45
test_swap_immediateMethod · 0.45
test_queue_methodsMethod · 0.45
test_priorityMethod · 0.45
dequeue_tasksMethod · 0.45
run_nextMethod · 0.45
test_priority_orderMethod · 0.45
test_run_afterMethod · 0.45
test_priority_retryMethod · 0.45
test_workflowMethod · 0.45

Calls 1

NoUseExceptionClass · 0.85

Tested by

no test coverage detected