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

Method call_job_fn

dash/background_callback/managers/celery_manager.py:95–97  ·  view source on GitHub ↗
(self, key, job_fn, args, context)

Source from the content-addressed store, hash-verified

93 self.handle.backend.delete(key)
94
95 def call_job_fn(self, key, job_fn, args, context):
96 task = job_fn.delay(key, self._make_progress_key(key), args, context)
97 return task.task_id
98
99 def get_progress(self, key):
100 progress_key = self._make_progress_key(key)

Callers 1

Calls 1

_make_progress_keyMethod · 0.80

Tested by

no test coverage detected