MCPcopy Create free account
hub / github.com/coleifer/huey / _task_key

Method _task_key

huey/api.py:624–625  ·  view source on GitHub ↗
(self, task_class, key)

Source from the content-addressed store, hash-verified

622 }
623
624 def _task_key(self, task_class, key):
625 return ':'.join((key, self._registry.task_to_string(task_class)))
626
627 def revoke_all(self, task_class, revoke_until=None, revoke_once=False):
628 if isinstance(task_class, TaskWrapper):

Callers 3

revoke_allMethod · 0.95
restore_allMethod · 0.95
is_revokedMethod · 0.95

Calls 1

task_to_stringMethod · 0.80

Tested by

no test coverage detected