MCPcopy
hub / github.com/celery/celery / remark

Method remark

celery/contrib/testing/manager.py:40–42  ·  view source on GitHub ↗
(self, s, sep='-')

Source from the content-addressed store, hash-verified

38 self.no_join = no_join
39
40 def remark(self, s, sep='-'):
41 # type: (str, str) -> None
42 print(f'{sep}{s}', file=self.stdout)
43
44 def missing_results(self, r):
45 # type: (Sequence[AsyncResult]) -> Sequence[str]

Callers 1

joinMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected