MCPcopy
hub / github.com/celery/celery / s

Method s

celery/app/task.py:894–899  ·  view source on GitHub ↗

Create signature. Shortcut for ``.s(*a, **k) -> .signature(a, k)``.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

892 subtask = signature
893
894 def s(self, *args, **kwargs):
895 """Create signature.
896
897 Shortcut for ``.s(*a, **k) -> .signature(a, k)``.
898 """
899 return self.signature(args, kwargs)
900
901 def si(self, *args, **kwargs):
902 """Create immutable signature.

Callers 14

chunksMethod · 0.95
mapMethod · 0.95
starmapMethod · 0.95
exampleFunction · 0.45
BFunction · 0.45
AFunction · 0.45
crawlFunction · 0.45
setup_periodic_tasksFunction · 0.45
create_canvasFunction · 0.45
prepare_workflowFunction · 0.45
replaced_identityFunction · 0.45
identityFunction · 0.45

Calls 1

signatureMethod · 0.95

Tested by

no test coverage detected