Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_sig_to_periodic_task_entry
Method · 0.45
group
Function · 0.45
evdump
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected