Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ link
Method
link
celery/utils/abstract.py:129–130 ·
view source on GitHub ↗
(self, callback)
Source
from the content-addressed store, hash-verified
127
128
@abstractmethod
129
def
link(self, callback):
130
pass
131
132
@abstractmethod
133
def
link_error(self, errback):
Callers
5
replace
Method · 0.45
_enter
Method · 0.45
_add_to_pool_map
Method · 0.45
_enter
Method · 0.45
_add_to_pool_map
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected