MCPcopy 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_taskFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected