Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __call__
Method
__call__
examples/resultgraph/tasks.py:101–103 ·
view source on GitHub ↗
(self, body, **options)
Source
from the content-addressed store, hash-verified
99
self.options = options
100
101
def
__call__(self, body, **options):
102
body.options.setdefault(
'task_id'
, uuid())
103
unlock_graph.apply_async()
Callers
nothing calls this directly
Calls
2
setdefault
Method · 0.45
apply_async
Method · 0.45
Tested by
no test coverage detected