MCPcopy
hub / github.com/celery/celery / freeze

Method freeze

celery/utils/abstract.py:120–122  ·  view source on GitHub ↗
(self, id=None, group_id=None, chord=None, root_id=None,
               group_index=None)

Source from the content-addressed store, hash-verified

118
119 @abstractmethod
120 def freeze(self, id=None, group_id=None, chord=None, root_id=None,
121 group_index=None):
122 pass
123
124 @abstractmethod
125 def set(self, immutable=None, **options):

Callers 4

task_message_from_sigFunction · 0.45
replaceMethod · 0.45
add_to_chordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected