MCPcopy
hub / github.com/celery/celery / set

Method set

celery/utils/abstract.py:125–126  ·  view source on GitHub ↗
(self, immutable=None, **options)

Source from the content-addressed store, hash-verified

123
124 @abstractmethod
125 def set(self, immutable=None, **options):
126 pass
127
128 @abstractmethod
129 def link(self, callback):

Callers 4

_set_stoppedMethod · 0.45
stopMethod · 0.45
runMethod · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected