MCPcopy
hub / github.com/celery/celery / clone

Method clone

celery/utils/abstract.py:116–117  ·  view source on GitHub ↗
(self, args=None, kwargs=None)

Source from the content-addressed store, hash-verified

114
115 @abstractmethod
116 def clone(self, args=None, kwargs=None):
117 pass
118
119 @abstractmethod
120 def freeze(self, id=None, group_id=None, chord=None, root_id=None,

Callers 3

groupFunction · 0.45
evdumpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected