Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ is_set
Method
is_set
celery/backends/asynchronous.py:45–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
self.evt = eventlet.Event()
44
45
def
is_set(self):
46
return
self.evt.ready()
47
48
def
set(self):
49
return
self.evt.send()
Callers
15
test_run
Method · 0.80
test_run_exits_when_stopped
Method · 0.80
test_run_stores_and_reraises_unexpected_exception
Method · 0.80
test_start_spawns_and_waits
Method · 0.80
test_stop_signals_and_waits
Method · 0.80
test_start
Method · 0.80
test_start_tick_raises_exit_error
Method · 0.80
test_start_manages_one_tick_before_shutdown
Method · 0.80
start
Method · 0.80
run
Method · 0.80
loop
Method · 0.80
run
Method · 0.80
Calls
1
ready
Method · 0.45
Tested by
8
test_run
Method · 0.64
test_run_exits_when_stopped
Method · 0.64
test_run_stores_and_reraises_unexpected_exception
Method · 0.64
test_start_spawns_and_waits
Method · 0.64
test_stop_signals_and_waits
Method · 0.64
test_start
Method · 0.64
test_start_tick_raises_exit_error
Method · 0.64
test_start_manages_one_tick_before_shutdown
Method · 0.64