Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ result_ready
Method
result_ready
dash/background_callback/managers/celery_manager.py:108–109 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
106
return
None
107
108
def
result_ready(self, key):
109
return
self.handle.backend.get(key) is not None
110
111
def
get_result(self, key, job):
112
# Get result value
Callers
1
get_task
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected