MCPcopy
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

replaceMethod · 0.45
_enterMethod · 0.45
_add_to_pool_mapMethod · 0.45
_enterMethod · 0.45
_add_to_pool_mapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected