MCPcopy Index your code
hub / github.com/plotly/dash / get_task

Method get_task

dash/background_callback/managers/celery_manager.py:86–90  ·  view source on GitHub ↗
(self, job)

Source from the content-addressed store, hash-verified

84 return _make_job_fn(fn, self.handle, progress, key)
85
86 def get_task(self, job):
87 if job:
88 return self.handle.AsyncResult(job)
89
90 return None
91
92 def clear_cache_entry(self, key):
93 self.handle.backend.delete(key)

Callers 2

job_runningMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected