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

Method clone

t/unit/tasks/test_canvas.py:633–634  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

631 class static(Signature):
632
633 def clone(self, *args, **kwargs):
634 return self
635
636 def s(*args, **kwargs):
637 return static(self.add, args, kwargs, type=self.add, app=self.app)

Callers 14

test_taskMethod · 0.45
test_linkMethod · 0.45
test_link_errorMethod · 0.45
on_signatureMethod · 0.45
stamped_canvasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected