MCPcopy
hub / github.com/celery/celery / cancel

Method cancel

t/unit/worker/test_heartbeat.py:36–37  ·  view source on GitHub ↗
(self, entry)

Source from the content-addressed store, hash-verified

34 return entry((secs, fun, args, kwargs))
35
36 def cancel(self, entry):
37 entry.cancel()
38
39
40class test_Heart:

Callers 7

__exit__Method · 0.45
test_cancel__pool_refMethod · 0.45
test_schedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected